-
有在WWW的许多代码说明如何HOOK API函数…
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.-There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.
- 2022-03-24 17:53:05下载
- 积分:1
-
征途辅助工具,E语言源代码,学习的好东西
征途辅助工具,E语言源代码,学习的好东西
- 2022-05-30 19:46:16下载
- 积分:1
-
Detours HookFunction
Detours是微软开发的一个函数库,可用于捕获系统API。
最近在做API hook相关的东西,用了inline hook后感觉不错,但是查找资料发现inline hook并不稳定
inline hook 的原理是在系统访问一个函数的时候先替换原函数入口处的内容跳转到自己设计的hook函数中,然后在自己函数中进行hook工作。可是在并行系统中,很可能有个线程就在这个时候调用了被自己改掉的系统函数,出现我们无法预期的结果。
所以打算学习一下inline hook升级版:detour库hook,其实hook过程原理基本一样,只是微软做了封装和相关的冲突检查,所以这种api hook稳定些。
这个是开发出来的可以编译使用的HOOK Function代码。
- 2022-02-16 04:41:53下载
- 积分:1
-
d3d8 hook 魔兽争霸写屏
d3d8 hook 魔兽争霸写屏 该示例以魔兽争霸3 为演示。
- 2022-01-27 16:41:42下载
- 积分:1
-
APIHOOK 按键发音程序
APIHOOK 按键发音程序-APIHOOK pronunciation keys procedures
- 2022-03-07 07:08:38下载
- 积分:1
-
This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to as
This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You ll have to edit the makefile to correct the path to import libraries in your PC. Type nmake in the same directory as makefile and the assembly process will begin. If you don t want to use the makefile, you can manually assemble the example with the commands below: ml /c /coff /Cp mousehook.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:masm32lib mousehook.obj
- 2022-05-06 18:32:28下载
- 积分:1
-
ntfs 网络驱动
数据过滤
ntfs 网络驱动
数据过滤-ntfs network drive data filtering
- 2023-01-21 14:05:04下载
- 积分:1
-
mfc24 small point game software
mfc24点游戏小软件-mfc24 small point game software
- 2022-11-11 14:20:03下载
- 积分:1
-
屏蔽任务管理器,思路1:锁定taskmgr.exe文件,以便按Ctrl + Alt + Del K.
屏蔽任务管理器,思路1:锁定taskmgr.exe文件,从而使Ctrl+Alt+Del键无效
思路2:修改注册表,禁用任务管理器-Task Manager shielding, ideas 1: Lock taskmgr.exe file, so that Ctrl+ Alt+ Del key invalid ideas 2: to modify the registry, disable Task Manager
- 2022-02-09 19:21:24下载
- 积分:1
-
写代码时常要知键盘上某个键的虚拟键值或是ASCII码值等等,这个小工具或许能帮得上忙.用钩子获取键盘输入...
写代码时常要知键盘上某个键的虚拟键值或是ASCII码值等等,这个小工具或许能帮得上忙.用钩子获取键盘输入-write code often want to know a certain key on the keyboard of virtual keys or ASCII value, and so on, Perhaps this small tool to help with this busy. with access to the keyboard input hook
- 2022-11-01 11:20:03下载
- 积分:1