搜索资源列表
APIforregistry
- DLL内存映射HOOK示例代码v1.0.rar-DLL memory mapping HOOK sample code v1.0.rar
2007031716045822831
- 一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息-a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the registry, windows news
DELPHI中开发系统钩子大全包括使用DLL和不使用DLL的多种方式
- DELPHI中开发系统钩子大全包括使用DLL和不使用DLL的多种方式.,DELPHI Guinness hook in the development of the system including the use of DLL and the DLL does not use a variety of ways.
delphi-keyboard-hook
- delphi 键盘钩子 不需要dll 适合初学者-delphi keyboard hook
MousehookDll
- 创建记录当前鼠标所在窗口标题信息的鼠标钩子D-Create a record where the window title of the current mouse mouse hook DLL Information
Hook.dllfile
- Hook程序中.dll文件的编写,可以实现注入,修改一下也可以对QQ等注入操作,只要修改需要注入的对象就可以了-Hook proceedings. Dll file prepared, you can achieve implantation, can also be changed a bit into the operation of the QQ, etc., as long as necessary to amend the object can be injected into the
HookInsert
- 无需DLL,利用Hook插入线程的改进版本,-Hook into the use of an improved version of the thread
Hook
- 本文从难易程度上主要分三块详细介绍:一.用户模式Hook:IAT-hook,Dll-inject 二.内核模式Hook:ssdt-hook,idt-hook,int 2e/sysenter-hook 三.Inline Function Hook -In this paper, Difficulty Level 3 detail the main points: 1. User Mode Hook: IAT-hook, Dll-inject 2. Kernel-mode Hook: ssdt-ho
HookLock
- 一款基于VS2008的C#挂机锁程序,大家通俗把它叫做“锁屏”程序,类似Windows的锁定计算机的功能,在窗口中输入密码屏幕就会锁定,不过一定不要忘记了密码,否则你会很麻烦。另外本程序的界面非常漂亮,可以设置透明度,不过用到了控件——IrisSkin2.dll,已打包进去了,如果你对IrisSkin2.dll窗体控件不熟悉用法的话,你正好可以参考一下本程序-VS2008 in C# based on a hook-lock program, you pop it called the &quo
JournalHook
- Delphi *钩子的简单编写,先创建内存共享,再安装Dll钩子,挂钩在Keyboard上,这样可以记录所有程序的键盘事件。-Delphi keylogger hook simple preparation, first create a memory to share, and then install the Dll hook, hook in the Keyboard, so that the program can record all keyboard events.
Delphi_DLL_hook_without_KeyHook2_source
- Delphi钩子不用DLL的KeyHook2源码Delphi DLL hook without the KeyHook2 source-Delphi DLL hook without the KeyHook2 source
201061611271583
- 本软件可以截获几乎所有键值,例如:shift+?,ctrl+?,alt+?,F1~F12,shift或者ctrl或者alt + F1~F12,单独的 shift、ctrl、alt 键值,特殊键ins、del、caps lock、num lock、小键盘数字 等等,你只要稍作修改,也可以截获 ctrl+alt+?等键值,没有截获不到的键值,本程序不使用dll方式,使用常规方式,方便你编译调试修改,支持xp、vista、win7,是最强悍的键盘钩子控件, 本软件在delphi7下通过。-This s
twoy2000hook
- 鼠标键盘钩子DLL及封装VCL,全部源码.-Mouse and keyboard hook DLL, and VCL packages
WSP_caiji
- 封包数据采集,用于易语言DLL钩子 欢迎使用下载-Packet data acquisition, for easy language DLL hook Welcome download! ! ! !
Dll-hooks-sources-code
- Dll易语言钩子代码,有需要的可以下载 Dll easy language hook code, can be downloaded-Dll easy language hook code, there is a need can download Dll easy language hook code, can be downloaded
DLL-hook-thread
- 线程 钩子 注入 很好用的钩子注入 易语言源码 *必备-Threading hook into good use hook into easy language source code plug-essential
DLLhook
- 易语言使用DLL钩子例程源码,学习辅助必学hook。-Easy language source code using a DLL hook course, will learn to write plug-ins.
offset-1.00.18
- OFFSET FOR GAME SERVER MU 1.00.18 USE FOR BUILD DLL HOOK TO GS GOOD LUCK FOR YOU
Install-the-hook-example
- 搭配钩子DLL 注入软件测试用的。。。感觉人家学的不错。。。拿来学习学习-With the hook DLL software test for injection... People learn a good feeling... To learn
delphi HOOK 技术
- delphi hook dll案例, 论坛里有关于HOOK API的贴子, 但其实现在方式显示得麻烦, 其实现在拦截API一般不用那种方式, 大都采用inline Hook API方式。其实也就是直接修改了要拦截的API源码的头部,让它无条件跳转到我们自己的处理过程。(There are HOOK API posts on the forum, but in fact, the way it is showing is troublesome. In fact, interception of