资源列表
ProcessManager
- Process Manager [DKOM(Direct Kernel Object Manipulation) windows service pack 2
ComTest
- hook dispatch 接口的 invoke 函数-hook dispatch functions invoke the interface
thg
- 智能指针,很好的vc支持代码, 适合vc开发人员,很好的源码-Smart Pointers, well supported by vc code, suitable for vc developers, a good source
C++Builder的系统钩子
- C++Builder编写作的系统钩子-C Builder prepared for the Hook
MousehookDll
- 创建记录当前鼠标所在窗口标题信息的鼠标钩子D-Create a record of the current window title information in the mouse the mouse hook DLL
TestHook
- 小勾子程序,用于实现击打键盘时出现键盘击打内容,
creatu
- Thread pool Windows platform software, for frequent calls but processing time is very short thread has a good effect,
cn700_vc468222444
- 一个简单的鼠标钩子程序,本程序可以知道鼠标在那个活动窗口-a simple click of the mouse hook procedures, the procedures can know that the activities of the mouse window
getword
- 现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。 经过痛苦地研究后,我找到了一种实现的方法,现拿出来和大家共享。 注:这个程序是为NT定做的,
HookStorm
- hook storm 用来监视魔兽争霸3 storm.dll的-hook storm
HookTest
- 日志钩子程序,记录激活的窗口名字及其相应的键盘操作。比单纯的键盘钩子好用-log hooks, and a window activation record names and their corresponding keyboard operation. Than purely utilitarian keyboard hook
InjectDLL
- DLL注入用于运行,迫使它加载一个动态链接库在另一个进程的地址空间代码的技术。 DLL注入经常被第三方开发的方式来影响它的作者并没有预料或打算程序的行为。例如,注入的代码可以捕获系统功能调用,或阅读文本框的密码,不能以通常的方式完成的内容。