资源列表
CodeScr
- 这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。-Under this code in CodeProject with the code I generally turned a
BHO
- C++ ATL写的IE插件的源码-IE
network-operation
- 一个模拟摇控器程序,通过HOOK技术可以模拟键盘鼠标,操作远程机器,以利于初学者对HOOK的学习-An analogue remote control program, through the HOOK technology can simulate keyboard and mouse to operate the remote machine, in order to facilitate the learning for beginners right HOOK
HookDemo1
- hookDemo提供给初学者最简单而有效的截取api函数并进行自己修改的功能-hookDemo provided to the beginners of the most simple and effective interception of api functions and carry out its own function of changes
wildcard_src
- dsetup proxy dll for l2 gracia epilogue by fyyre.
dahua2muma
- 详细介绍了大话2木马的编写方式。并有原代码在其中。-Described in detail lying two Trojan presentation. And a source code in them.
KeyboardSpy
- 一个使用DirectLnput来进行键盘监控的源代!-Carried out using a keyboard, monitor DirectLnput source generation!
green
- 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , &quo
keybrd
- Exemplo legal de Keyboard Hook. http://bl4cksun.org/
HookKeydll
- 键盘钩子DLL,用DLL实现全局键盘HOOK,这个事练习作品 !-Keyboard hook DLL, with the DLL to achieve the overall keyboard HOOK, this exercise works thing!
nodllKeyHook
- delphi实现的按键钩子,没有用DLL文件,这个大家可以看看!-delphi to achieve key hook, did not use DLL files, you can look at this!
BindtoFile
- 文件合并工具1.0 功能: 1.将两个文件合并为一个文件 2.将合并后的一个文件分解为两个文件 应用:主要是为了软件的安装方便,假如一个程序有一个exe文件,运行时还需要一个dll或者ocx文件,这样在文件运行的时候就得copy两个文件,如果使用文件合并工具后就可以把两个文件合并到一个exe文件中,在exe运行时再将自身分解为两个文件,这样就做到了安装文件,只需要一个文件. 本软件也使用了此功能,将actskin4.ocx与exe合并了,具体请看源程序.-F