-
拦截模块系统,初学者可以参考一下,可以学习任何使用钩子技术…
拦截module sys ,初学者可以参考下 ,
可以学习任何使用HOOK技术来为自己服务-intercept module sys, beginners can refer to, can learn any use HOOK technology for their services
- 2022-01-26 07:15:07下载
- 积分:1
-
利用钩子函数,自动抓取widows屏幕图片,操作简单、易用
利用钩子函数,自动抓取widows屏幕图片,操作简单、易用-The use of hook function, the screen image automatically crawl widows, simple operation, easy-to-use
- 2022-02-06 08:00:48下载
- 积分:1
-
一个激动人心的自制窗口标题(caption)的程序源码。当然使用了hook...
一个激动人心的自制窗口标题(caption)的程序源码。当然使用了hook- An exciting self-made window title (caption) procedure source
code. Certainly has used hook
- 2022-08-08 05:39:19下载
- 积分:1
-
VB开心农场源码,希望大家能用的上。希望大家能一起学习。
VB开心农场源码,希望大家能用的上。希望大家能一起学习。-VB
- 2022-01-26 07:05:50下载
- 积分:1
-
当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候,
怎么办?这个小工具也许能帮一些忙。
这个工具采用的是HOOK进程的winsock A...
当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候,
怎么办?这个小工具也许能帮一些忙。
这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。-When you caught on the network data packets and would like to know which of these packages is issued to the process, how do? This small tools may be able to help some busy. This tool is used in the process of winsock HOOK API, some data is recorded.
- 2022-02-07 06:47:17下载
- 积分:1
-
第三章误差的基本概念和数值计算…
本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-chapter on the error only the basic concept and numerical calculation of certain principles, which deal with numerical calculation is necessary, but they are far from alone will not solve engineering and scientific calculations more complex error analysis, specialized categories needed to conduct research.
- 2022-08-05 20:50:13下载
- 积分:1
-
API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook....
API Hook类,已经做成dll文件。其中包含Hook WS2_32.dll 中send 函数的Demo,可以起、轻松修改成其他API 的 Hook.-API Hook type, has made dll file. Hook WS2_32.dll includes send function in the Demo, can be easily modified into other API of Hook.
- 2022-10-21 03:55:03下载
- 积分: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
-
Detailed explanation on how to install the hook process, how to write global hoo...
详细讲述了如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。-Detailed explanation on how to install the hook process, how to write global hooks, dynamic link library data sharing global variables analysis.
- 2022-01-25 15:33:06下载
- 积分:1
-
看看武林外传117 是如何调用call函数的
看看武林外传117 是如何调用call函数的-Take a look at how the Wulin 117 call call the function
- 2022-09-14 00:55:03下载
- 积分:1