资源列表
afxCodeHookWithXeSupport
- Aphex Code hook Library with support for XE-XE3
api
- api模块源码,绝对的源码,适合新手学习API编程使用-API module source code, the absolute source code, suitable for novice learning API programming use
BIOS-Rootkit
- 本文介绍一个简单BIOS rootkit的简单设计过程-This article describes a simple BIOS rootkit simple design process
hook
- 非常有趣的全局鼠标钩子,对于学习钩子很有帮助,包含钩子Dll源码和调用钩子的示例程序源码。-Very interesting global mouse hook for learning hooks helpful, sample program source code contains hooks Dll source code and call the hook.
Real-time-process-monitoring
- 通过hook技术实现对进程的实时监控,是一个很好的学习hook技术的例子-Hook technology to achieve real-time monitoring of the process, is a good example of learning and hook technology
ScreenShots
- 键盘钩子和截屏钩子两个例子,学习API Hook技术-Keyboard hook and the screenshot hook two examples, learning API Hook Technology
injectDLL
- 一款不错的VC++鼠标钩子,可以获得鼠标所在窗口的标题-you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
xunzai.com_pid
- 能劫持淘宝网 天商城 和各大导航页面 后台更改pid-Can hijack Taobao Mall of days and the major navigation page background change pid
Memory-Run
- 内存加载程序并运行,程序是易语言开发的.-The Memory Loader and run, the program is easy to language development.
java_USB_API
- 读取USB中的内容,这个是用Java语言编写的-Read the contents of the USB, this is written in the Java language
msimg32
- 利用msimg动态库延迟加载漏洞实现自定义dll注入。-hook msimg32 and add your function in exe
IATHook
- ring3下的IAT HOOK,IAT是一个IMAGE_THUNK_DATAj结构的数组。只要程序装载进内存中,就只与IAT查询信息,所以可见IAT表是一个非常重要的位置。 如果在IAT表中把某个函数的地址修改为钩子函数的地址,当调用到函数的时候,就会执行到该钩子函数中去 -the ring3 under IAT HOOK, IAT is a IMAGE_THUNK_DATAj structure array. As long as the program is loaded into