搜索资源列表
HookProcessMemory
- hook read/write process memory 本程序可以监视一些进程外的内存操作行为。可以用来分析某些内存修改器,内存补丁的动作。 附上VC6源代码,hookapi核心部分用的使用detours库,不懂可以baidu一下 作者:毕飞-hook read/write process memory of the program can monitor the operation of some process of memory behavior. Can b
HookNtQuery_File
- 通过远程线程技术和HOOKAPI技术实现的文件隐藏源代码,利用了windows的Detour开发库,以Inline HOOK的方式实现对NtQueryDirectoryFile函数的拦截-The source code of hiding files with HOOKAPI technology and remote thread technology.Detours and inline hook.Hook NtQueryDirectoryFile function
browser_mute
- 浏览器静音功能,采用hookAPI方法,hook方法是调用detours.lib实现。-The browser mute function hookAPI to hook method call detours.lib achieve.