资源列表
PB串口通讯API源代码
- PB串口通讯API源代码,不需要mscomm32.ocx的方法,比较强大(PB serial communication API source code, do not need mscomm32.ocx method, relatively powerful)
万能热键钩子
- 通过底层键盘钩子实现任意按键任意数量组合成热键,只要你愿意,可以注册如a+b,1+2+3,左ctrl+右ctrl等等形式,并且支持连击热键的注册(Through the bottom keyboard hook to achieve any key, any number of combinations of hot keys, as long as you want, you can register such as a+b, 1+2+3, left ctrl+, right Ctrl and
R0InjectDll
- R0下的DLL注入,姿势很奇特,具体详细请下载看源码!这玩意儿理论上win7到win10通用,之前是由VS2013+WDK8.1可以通过编译,现在重新修改可以由VS2015+WDK10通过编译。目前只在32位环境下运行,不过可以基于这份代码进行修改稳定化.然后移植64位也不是不可以。(R0 under the DLL injection, posture is very strange, detailed download to see the source code! This is theo
VGunLag
- cs1.6持枪左右晃动插件,必备metahook(This plug-in is a plug-in for providing better visual effects for CS)
VB.netMouseHOOK
- VB.net鼠标钩子(mouse hook)
常用注入调试函数
- 常用注入调试函数。包括查找pid 打开进程 读写内存 远程注入 模块枚举 等
进程注册表保护
- 使用mhook库设置函数钩子,支持x86 x64系统,远程注入dl方式实现任务管理器进程防杀,注册表防修改。
hookLib
- Qt5及以上ide,使用C++开发的全局hook,生成库文件,进行接口调用(Qt5 and above ide, using global hook developed by C++, generates library files and makes interface calls)
低级鼠标钩子
- 一个低级鼠标钩子,c++例子,希望对大家有所帮助。(a hook demo ,was useful for you.)
HOOK DEMO
- 网络、注册表、加密解密、弹出框、文件API hook代码示例
Inline Hook
- Ring3下通过Inline Hook挂钩ZwQuerySystemInformation来隐藏进程 有x64和x86两种版本的