-
钩子技术
大部分来自于网上的代码
加了一些自己的东西
钩子技术
大部分来自于网上的代码
加了一些自己的东西-hook most of the technologies from the Internet code added some things on your own
- 2022-12-22 16:10:03下载
- 积分:1
-
Windows XP 中利用Visual C++编程创建快捷方式
Windows XP 中利用Visual C++编程创建快捷方式-Windows XP Visual C programming to create shortcuts
- 2022-06-03 16:16:20下载
- 积分:1
-
Windows XP系统中如何屏蔽 Ctrl+Alt+Del、Alt+Tab以及Ctrl+Esc键序列
Windows XP系统中如何屏蔽 Ctrl+Alt+Del、Alt+Tab以及Ctrl+Esc键序列-Windows XP system shielding how Ctrl-Alt-Del. Tab and Ctrl-Alt-Esc key sequence
- 2022-01-27 19:05:06下载
- 积分:1
-
strongOD 2.6 ,隐藏OD的插件,可以过壳程序的检测
strongOD 2.6 ,隐藏OD的插件,可以过壳程序的检测-strongOD 2.6, hide the OD of the plug-in, can lead a shell program testing
- 2022-07-24 17:29:57下载
- 积分:1
-
case
区分大小写的按键记录器2个(利用消息钩子)-case-sensitive keys for two records (using news hook)
- 2022-07-04 23:41:33下载
- 积分:1
-
AutoIt access to computer hardware information UDF (user
AutoIt获取电脑硬件信息的UDF(用户自定义函数)-AutoIt access to computer hardware information UDF (user-defined function)
- 2022-06-27 02:23:52下载
- 积分: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
-
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。...
用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
- 2022-03-07 19:48:48下载
- 积分:1
-
可以在多个npc处不停交易,出城点可选
效率高
可以在多个npc处不停交易,出城点可选
效率高-in 2005/06 Department kept many transactions, the Board points out optional high efficiency
- 2022-08-24 15:02:46下载
- 积分:1
-
工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx...
工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx-work needs to control the process of creation, then the ZwCreateProcess HOOK, later found xp 2003 and the process of creating both NtCreateProcessEx
- 2022-07-22 13:07:12下载
- 积分:1