-
Delphi Hook Lib x86/x64
通用Hook库. 支持X86和X64. 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj,
被链接进Delphi的DCU和目标文件中.不需要额外带DLL.
- 2022-06-29 06:41:58下载
- 积分:1
-
一个实现获取各种路径的实例(文件路径、windows 路径、system路径)...
一个实现获取各种路径的实例(文件路径、windows 路径、system路径)-access to a variety of paths to achieve examples (paper trails, windows path system path)
- 2022-01-21 17:52:15下载
- 积分:1
-
这是个键盘钩子演示的动态库,实现对ALT+F4的控制。设置被控制的窗口,然后这个窗口的ALT+F4将被接管。...
这是个键盘钩子演示的动态库,实现对ALT+F4的控制。设置被控制的窗口,然后这个窗口的ALT+F4将被接管。-This is a keyboard hook DLL demonstrated to achieve control of ALT F4. Settings are controlled by the window, and then the window ALT F4 will be taken over.
- 2022-02-24 21:54:09下载
- 积分:1
-
易语言完美国际源代码,功能多用,适合新手学习的!
易语言完美国际源代码,功能多用,适合新手学习的!-Easy to perfect the language of international source code, function more suitable for novice learning! ~ ~ ~
- 2022-07-09 05:54:47下载
- 积分:1
-
Examples of drivers drive saver saver example
驱动保护程序例子 驱动保护程序例子-Examples of drivers drive saver saver example
- 2022-06-13 01:39:35下载
- 积分:1
-
有在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
-
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
-
利用微软提供的Detour开发库,拦截DLL~
利用微软提供的Detour开发库,拦截DLL~-intercept dll through the development kit provided by microsoft
- 2022-01-25 22:53:45下载
- 积分:1
-
Keyloggers keyloggers library code, library code, library code, keyloggers
键盘记录器键盘记录器库代码,库代码,库代码,键盘记录器
- 2023-02-11 04:45:03下载
- 积分:1
-
全包 All
全包 All-in-1 hook范本以作为自动测试程式开发之用.能钩定特定程式的button和edit field事件。并能重新播放。
范本包括:
1.测试经理 (hook)
2.钩dll (hdll)
3.样本子程式 (child)
请参考 README.TXT-
All in 1 Hook template for capturing the button and edit field events of a particular program. And a macro interpreter for replaying the actions.
This is a template for building complicate test automation tools.
Sample includes:
1. Test manager
2. Hook Dll
3. Sample child
Refers to README.TXT
- 2022-01-26 07:12:22下载
- 积分:1