-
这第三,第四(和最后一个)的一部分,建立一个线程死锁检测器…
This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)
- 2023-02-19 12:55:03下载
- 积分:1
-
易语言 HOOK引擎
编译方法:
1.自己去下个 FASM 回来,需要 INCLUDE 目录里面的宏配置文件, 修改代码里的引用路径,
2.使用 WonderWall 插件
源码我放出来. 汇编解析采用内嵌式LED引擎.
支持HOOK类型
call offset
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-21 00:17:57下载
- 积分:1
-
small keyboard capture procedures, after running record of all keyboard
键盘捕获小程序,运行后可以记录所有键盘操作-small keyboard capture procedures, after running record of all keyboard
- 2022-02-03 06:06:03下载
- 积分:1
-
HOOKDX
#pragma once
class CHOOKDX
{
public:
CHOOKDX(void);
~CHOOKDX(void);
static void InitHookDx();
static void SettHookDxTime(int hooktime);
};
- 2022-04-12 05:35:06下载
- 积分:1
-
网上拉德~VC编写的
网上拉德~VC编写的-online Ladd prepared to VC
- 2022-12-26 16:00:03下载
- 积分:1
-
是个支持屏幕取词的电子词典 通过数据库查找单词 支持英译汉 汉译英...
是个支持屏幕取词的电子词典 通过数据库查找单词 支持英译汉 汉译英- Is the support screen takes the word the electronic dictionary
to support England through the database search word to translate the
Chinese Chinese to translate England
- 2023-05-23 18:50:02下载
- 积分:1
-
里面的原代码可以直接编译通过,高手就是这样练成的
里面的原代码可以直接编译通过,高手就是这样练成的-inside the original code can be directly translated, is the master of this art
- 2023-03-20 05:00:03下载
- 积分:1
-
VBHOOK API的例子很经典大家下载吧
VBHOOK API的例子很经典大家下载吧-VBHOOK API is a classic example of everyone to download it
- 2023-01-27 22:50:03下载
- 积分:1
-
用VB编写的拦截键盘HOOK
用VB编写的拦截键盘HOOK-VB prepared to intercept keyboard HOOK
- 2022-09-04 12:40:03下载
- 积分: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