搜索资源列表
apihooktest2
- 一、前言 前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明 总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
houtaijiankong
- 一百六十三K大小 一个简单的DLL程序 上传上去希望对大家有所帮助-163 K size of a simple DLL upload procedures we want to help
InjLib
- 关于DLL远程注入,利用remotethread注入线程技术,比较简单实用-on remote DLL injection, the use of threads remotethread injection technology, relatively simple practical
kbmousehook
- 一个简单的键盘鼠标构子,无需自定义dll 文件-a simple structure of the keyboard and mouse-without custom documents dll
mousehook
- 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并
keyboardHook
- 禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽
d11host
- QQ尾巴的DLL程序,里面实现了HOOK QQ主程序的功能,代码不多,简单易懂
MyHookDll
- 一个简单的游戏DLL注入外挂框架,对新手很有帮助。-A simple game DLL plug into the framework, useful for the novice.
Delphihook.RAR
- 简单的Delphi键盘钩子,初学者练手,区分大小写,不需要生成D-Delphi simple keyboard hook, for beginners to practice hand, case-sensitive, no need to generate DLL
inject_dll_Console
- 注入其他进程的dll实现方式,代码简单(已经做到最简单,有注释,没有注重功能,没有实现提升权限)-Injected into other processes of the dll implementation code (have done the most simple, comment, did not pay attention to function, there is no elevated privileges)
ktrexe
- 一个VC写的键盘记录器源代码,功能比较简单,采用的是 DLL动态库注入的方式,本程序分为两个模块,一个为EXE 加载模块,一个为DLL功能模块. 功能比较朴实,可以用于学习.-VC to write a keyboard logger source code, function relatively simple, uses a dynamic library DLL into the way, this program is divided into two modules, on
MouseHook
- 简单的鼠标钩子例子,可显示鼠标所在窗口的标题!模拟金山词霸取词功能,包括一个系统钩子DLL和调用程序!-A simple mouse hook example, where the window can display the title of the mouse! Simulation PowerWord check word features, including a system hook DLL and call the procedure!
VBMousewheel
- 通过VB IDE AddIn增加对鼠标滚轮的支持, 并可使用get/set滚动选项对话框。只需简单的编译该DLL到VB文件夹即可。-This little VB IDE AddIn adds mousewheel support to the IDE code panes. Now with get/set scroll options dialog. Simply compile the DLL into your VB folder.
UIGB2Big5
- 不用资源dll的将简体界面变成繁体的最简单方法。很实用。采用hook windows api的机制。这都是偶自己写的欧-convert gb ui to big5 ui,best method
NoKill
- VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
HookMouse
- 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
dll
- 控制鼠标,使其无法移动,也是DLL的一种简单使用方法-control the mouse
simple_hook
- 一个简单的hook-dll程序,只要简单的修改GetMsgProc函数就可以达到修改hook功能的目的,再补充上头文件,方便好用-A simple hook-dll program, as long as simple modifications to GetMsgProc function can achieve the purpose modify hook function, and then add on top of paper to facilitate useful
Injection[src-a-Bin]
- DLL注入的源码和bin文件,简单易用学习远程线程的好例子-nice example for DLL injection. use createremotethread. include bin and src
DLL_Hijacker_Rewritten-master
- dll劫持神器。指定Dll后自动生成劫持Dll源码,在目标函数中添加代码即实现劫持功能,简单好用(DLL hijacking.After specifying Dll, the hijacking Dll source code is automatically generated, and the hijacking function is realized by adding code to the objective function, which is simple and easy t