资源列表
DLLhook
- 通过动态加载DLL库,设置一个钩子的实例-Dynamic loading through the DLL library, set up an example of a hook
COM_Com
- You can hook the system and do what you want!
ttr
- 针对某测功机的定时计数软件,可以程控,已经单纯当作计时器记录数据-Against a dynamometer timer counting software can be programmed
Function-Hooking-and-Windows-Dll-Injection
- Function Hooking and Windows Dll Injection
GetRawInput
- getrawinput 通过消息 获取键盘记录-getrawinput keyboard logger
DetectDriver_src1
- This article is the continue of the previously posted article HideDriver. Initially the first article was an experiment and the result of it exceeded all my expectations. I want to thank all readers who left comments and wrote emails, your opinions w
HookAPI1.63
- HookAPI 1.63 很牛B的东西啊-HookAPI 1.63 am cattle B. things ah
HookAPI 截获和替换Win32 API的开发包
- 本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本,Site launch intercepted and replacement of Win32 API development kit HookAPI source version 1.62
数据库&键盘监控v1.0
- 将数据从oracle数据库中提取出来,当键盘输入与数据库中相符的数据时会弹出提示性对话框。-data from the oracle database extracted, when the keyboard in line with the database data will pop indicative dialog.
KeyWatch
- 获取系统程序的按键功能,获取系统程序的按键功能
ha_vzla_engine
- VE,一款内存搜索工具,可以方便的使用,。是CE的修改版,功能强大-VE, a memory search tool, you can easily use. Is a modified version of CE, powerful
BossHook
- 在.Net2.0环境上开发WinForm程序,当在多线程中修改界面控件的状态,会抛出一个异常:Cross-thread operation not valid:Control textBox1 accessed from a thread other than the thread it was created on .后查询知道这是因为.net 2.0以后加强了安全机制,不允许在winform中直接跨线程访问控件的属性。到网上Google下,找到的解决方案有三种,现将这三种解决方案整理如下: