资源说明:IDA Stealth is a plugin which aims to hide the IDA debugger from most common anti-debugging techniques. The plugin is composed of two files, the plugin itself and a dll which is injected into the debuggee as soon as the debugger attaches to the process. The injected dll actually implements most of the stealth techniques either by hooking system calls or by patching some flags in the remote process.
-
- cmd.rar采用钩子函数进行键盘监视,将键盘输入信息保存到一个文件中 ...
- KeyboardHooks.rarWin32 API Keyboard Hooks
- idastealth.rarIDA Stealth is a plugin which aims to hide the IDA debugger from most common ant ...
- HookKey.rar记录键盘按键,运用动态链接库,利用Hook实现了按键记录功能。 ...
- Password.rar简单的用户登录器,在程序中科添加不同的用户和密码,能成功实现用户登录的功能! ...
- qqmuma.rar一个很好的通过hook远程插入的程序,可以很好地作为参考。
- cs7_gl2.rar对鼠标滚轮事件进行处理,钩子方式,对鼠标滚轮事件进行处理,钩子方式 ...
- cs8_gl3.rar得到鼠标位置处,对鼠标滚轮事件进行处理很好用的钩子程序
- AutoShutdown.rar使用Windows API,在指定时间内关闭计算机。
- DebugProgram.rar运用调试API对目标程序的功能进行修改,对于想学习调试api的朋友可以作为学习参考。 ...
-
- HookAPI本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本
- apihook_Code.zip一个通过修改DLL文件的IAT表来实现的hook开发包源码
- CQQFind.rarQQ美女找茬 作弊器 在windows XP下测试通过。
- doc01.zip屏幕抓词的技术实现文档
- apispy32.zip又一个截取替换api函数的程序,含95和NT版本,还带一个屏幕取词的例子 ...
- mousHook.zip鼠标钩子源码
- pmqc.zip一个NT下的屏幕取词程序的源代码
- keymouse.zip键盘模拟鼠标的源码
- customcaption.zip一个激动人心的自制窗口标题(caption)的程序源码。当然使用了hook ...
- hook_demo.zip一个建立系统钩子的例子