搜索资源列表
XPhook
- 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept t
ReplaceFile
- szAppName(进程映像的绝对路径名),type(对文件的操作类型,取值为0到8),flag(访问类型,取值为0或1),szFileName(文件的绝对路径名)-szAppName (the process of mapping the full path), type (the operation of the document type, value for the 0-8), flag (visit types, value of 0 or 1), szFileName (docume
filemonsrc
- 著名的filemon,使用钩子截获控制windows下文件操作的不错源码
expxv.5
- 这是一个编辑/查看PE文件导出表的工具。利用它可以方便的对PE文件的导出表进行增、删、改的操作,现在它还可以用于给没有导出表的文件添加导出函数。 这个工具除了PE diy外,通过为导出函数添加Forward信息等方法还可以实现函数hook,dll注入等功能。
Winpooch_V0.5.10_src
- 用APIHook 方式拦截系统操作, 包括进程, 文件...等, 用来防护病毒, 木马.
FILESRC4.34
- FILESRC 4.34是文件监视器的一个经典版本源码,可以监视目录的文件读写操作。基于DDK,功能极其强大。
DsoFramer
- 利用该程序提供的方法可进行对office的所有操作,可控制权限,加密文件,编辑等。
LaunchDLL
- 全局DLL钩子,可以记录键盘操作,并在C盘下建立log文件进行记录。DLL中已包含相关功能函数-Global hook DLL, you can record keyboard and established under the C drive log file records. DLL functions related functions have been included
CeApiSpy
- 这软件可以截获系统api操作, 如文件操作, CreatProcess, LoadLibary, 为开发和Bug调试提供方便。 也可以成为病毒扫描, 文件加解密, 程序控制的一部分-This software can be intercepted system api operation, such as file operations, CreatProcess, LoadLibary, for the development and Bug facilitate debugging. Can
Hook
- 键盘记录钩子的两大应用;键盘钩子(分别记录字符输入,汉字输入),鼠标钩子(鼠标操作触发事件,键盘发声等),文件中包含五个完整工程,是学习钩子的很好资料。-Keyloggers hook the two applications keyboard hook (character input were recorded, Chinese character input), the mouse hook (trigger mouse events, keyboard sound, etc.), th
key
- 用钩子程序演示获取键盘操作,并将按下的字符保存到文本文件中。-hook
FileMonitor
- 文件监控程序源码,可以监控你指定目录的文件读写操作
CopyHook_src
- 使用外壳扩展的copyhook监控资源管理的文件复制粘贴拷贝删除等等操作,也可以再操作执行前调用回调函数,决定是否执行-Expansion of the use of shell resources management monitoring copyhook copy and paste the file copy operation of delete, etc., also can be operated to implement a callback function before th
copyhook
- 截获windows shell对文件夹的删除、改名操作并提示。-Intercept windows shell right folder, delete, rename operation and prompt.
CopyAndMoveFileTest
- API钩子拦截文件读写操作 API钩子拦截文件读写操作 API钩子拦截文件读写操作-API Hook file read and write API Hook file read and write API Hook file read and write API Hook file read and write
QQDuiDuiPengWaiGua
- 这是朋友制作的简易QQ对对碰外挂的源码,使用CSharp开发,虽然还不完善,但是从中可以学习到,使用Windows API获取并操作其它程序的方法。为了上传快速,里面没有可执行文件,须重新生成方可运行。-This is a friend made a simple plug-QQ pairs touch the source code, using CSharp development, although not perfect, but you can learn from, use the
hidewindows
- 一款可以瞬间显示/隐藏所有可视窗口程序的源码,采用了日志钩子,可以不使用任何DLL文件,只有一个EXE文件即可,其中还有对系统状态栏图标的存取操作等-A can instantly show/hide all visible windows program source code, using a log hook, you can not use any DLL files, only one EXE file to which the system status bar icon also
s3filter-high
- 利用API HOOK技术,截获文件读写操作-The use of API HOOK technology, intercepted file read and write operations
mouse_eventExp01
- 利用全局钩子,记录一段时间内用户的键盘和鼠标操作,并保存到文件中。保存完毕后,可以重现之前的操作-Use global hook, record a period of time the user s keyboard and mouse, and save to a file. After saving, you can reproduce the operation before
file-monitor
- 使用hook技术队文件的各种操作进行监视,很准确,值得研究!-file monitor by hook