搜索资源列表
钩子函数例子
- This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You
test
- this one test pro, please don t download it.
Injector-20090421b
- Code is written in C++ with full exception handling (none of this annoying C-based return value checking crap). Only tested on MSVC++. Visual Studio 2008 project files supplied. Note: The AMD64 version can only inject into AMD64 processes,
hook
- 这个工具是由vc++编程的,主要的功能是屏蔽鼠标和键盘-i don t know english
igeq-executive
- 不想承受MS AGENT那庞大的身躯的人有福了!这是一个用VB编写的小巧的精灵,别看它小,功能却少不了多少,更重要的是它可以完全整入你的APP之中-Don t want to its huge body of MS AGENT that blessed!
inurjduced
- 最新修正版,据说是最好的江湖哦,真的是一个好江湖,我不做介绍-The latest revision, is said to be the best oh, really is a good river s lake, I don t do is introduced
28043219
- 非常经典的WINDOWS SDK编程程序,敬请赶快下载,不下可别后悔啊!谢谢了!,-Very classic WINDOWS SDK programming procedures, please hurry up to download, no don t regret it!
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D