搜索资源列表
ndishook
- NDISHOOK的示例代码 NDIS防火墙开发可参考-NDISHOOK the sample code NDIS firewall reference
ManipWindowsSrc
- 一个用HOOK钩子操纵窗口的vc.net示例代码-HOOK hook with a window manipulation of the sample code vc.net
KeyboardHook
- 全局键盘钩子实例代码,包括钩子的装载与卸除-Global keyboard hook sample code, including the loading and removable hook
CreateFile
- 对win32api createfile 进行inline hook的示例代码-On win32api createfile sample code for inline hook
gina.sample
- MS gina with full source code sample
Unit1
- JournalHook Sample code
HOOK_DLL
- 一个带窗体的DLL注入到游戏中示例源码。 HOOK_DLL!-One with a form of DLL is injected into the game in the sample source code.
MyHook
- 一个拦截键盘和鼠标消息的钩子源码,也是一个很好的dll示例程序。-An intercept keyboard and mouse message hook source code, but also a good dll sample program.
CSharpKeyBoardhook
- C#键盘勾子实例以及源代码 可实现屏保效果,也可以监控用户用键盘输入的数据,原代码示例-C# keyboard hook examples and source code can be realized screensaver effects, but also can monitor the user data entered using the keyboard, the original code sample
TestGina.1.0
- 利用Gina控制Windows登录和注销,锁定,修改了MSDN示例代码的bug,经过测试在windows 2003下成功-Gina control the use of the Windows registry and log off, lock, modified the MSDN sample code for the bug, has been tested successfully in windows 2003
C8_2_1
- keypad 範例, 教您如何讀取鍵盤按鍵-keypad sample code
ObjHook
- 这是一份OBJECT HOOK的示例代码,讲解了对象钩子的使用-This is a sample code OBJECT HOOK to explain the use of the object hook
inj_no_dll
- Sample source code injection without using D-Sample source code injection without using DLL
hook
- 非常有趣的全局鼠标钩子,对于学习钩子很有帮助,包含钩子Dll源码和调用钩子的示例程序源码。-Very interesting global mouse hook for learning hooks helpful, sample program source code contains hooks Dll source code and call the hook.
InjectDLL
- DLL Injection sample source code
VB-dynamic-invocation-API-sample
- 以前找过VB调用API的例子,但不知道为什么我测试时候没有反应,现在根据以前的结合自己的重写了一个,自己感觉很满意,不敢独享,和大家一起交流学习,在这里谢谢前人的代码。-Previously looked VB API calls examples, but I do not know why I did not respond when tested, according to now combine their previous rewrite one, feel very satisfie
InsertDll
- 远程注入系统进程, 并提升权限, 稳定效率, 示例代码全(Remote injection system process, And enhance permissions, Stability efficiency, Sample code complete)
hook
- 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。该代码包含较为全面的示例。(Hook (Hook), Windows message processing mechanism is a platform, applications can be set on the procedure to mo