搜索资源列表
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强
ScanPass
- 探测密码的VC程序,用全局钩子编写.可以探测出各种密码,限本地使用.-VC password detection procedures used to prepare whole hook. The ability to detect all kinds of passwords, limited local use.
MouseHookCode
- 此程序为WINDOWS下用VC实现的截获鼠标钩子信息的程序-procedure for Windows using the VC intercepted information mouse hook procedures
sourceifiles
- 此压缩文件中包含了5个基于VC++的程序,包括:计算机监测(netbios sniffer)、键盘钩子(keyhook)、注册表修改(regist)、windows后门(windows)、服务通信(PublicNetSoft)。-this compressed file contains five VC-based procedures, including : computer monitoring (netbios sniffers), keyboard hook (keyhook), th
vb-jianpanjilu
- vb编写的键盘记录程序 配合vc++的dll代码 -vb prepared by the keylogger with vc the dll code
vc实现Windows关机程序
- vc实现Windows关机程序,可扩展定时功能-vc Windows shutdown procedure, which can be expanded regular function
asfdkjazrujingcheng
- dll注入的vc程序-dll injected vc procedures
KernelHook
- vc++程序,运行windows32平台下,是内核钩子,非常有参考价值。
vc消息捕捉
- 这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况-This is a realization of the vc used the news of the capture, may be a position of the mouse and keyboard of the press
DEMO.基于VC MFC 多文档的demo程序
- 基于VC MFC 多文档的demo程序,包括雪花演示以及qq hook小工具,VC MFC multi-document based on the demo program, including presentations, as well as snowflakes qq hook Gadgets
Hook
- vc写的。钩子程序:运行时截获键盘鼠标信息,只有输入正确密码才可回复正常。-vc written. Hook procedure: run-time interception of keyboard and mouse information, only enter the correct password before they can return to normal.
Defender
- VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
KeyBoardHook
- VC编写的windows键盘钩子程序,可以帮助捕获各种功能键-VC prepared windows keyboard hook procedure, can help capture a variety of function keys
KeyboardHook
- 键盘钩子程序,按键发声,比较有趣的例子.对钩子的认识有启蒙作用.-Keyboard hook program. it s funny that sound while pressing each key on keyboard.easy understanding for Hooking in programming.
green
- 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , &quo
vc_hook_access_password_box_password_by_applet
- vc通过钩子获得密码框密码小程序vc hook access password box password by applet-vc hook access password box password by applet
H_D3D
- 在程序启动前 Hook Direct3D APi函数 截获函数-In the proceedings before the Hook Direct3D APi function intercepted function
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, when hit any key on the keyboard, the program will be detected, and the pop-u
capture
- vc 截获鼠标移开事件的程序源码,值得一看!-vc intercept mouse events program source code away, worth a visit!
封包截取的VC源码
- 封包截取的VC源码,采用HOOK的方式 利用API的替换功能,获取其他程序的消息信息