文件名称:EasyHook
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 337kb
- 下载次数:
- 0次
- 提 供 者:
- qunh*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个免费的库,用于HOOKwindow下API函数-This is a free library for the API function under HOOKwindow
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DriverShared
............\ASM
............\...\HookSpecific_x64.asm
............\...\HookSpecific_x86.asm
............\...\ILD_x64.asm
............\...\ILD_x86.asm
............\DriverShared.h
............\LocalHook
............\.........\alloc.c
............\.........\barrier.c
............\.........\caller.c
............\.........\install.c
............\.........\reloc.c
............\.........\uninstall.c
............\Rtl
............\...\error.c
............\...\string.c
............\rtl.h
EasyHook
........\Config.cs
........\Debugging.cs
........\DllImport.cs
........\EasyHook.csproj
........\ExecuteAsService.xml
........\FileMonHost.xml
........\FileMonInject.xml
........\gac.exe.zip
........\HelperServiceInterface.cs
........\InjectionLoader.cs
........\LocalHook.cs
........\Properties
........\..........\AssemblyInfo.cs
........\RemoteHook.cs
........\ServiceMgmt.cs
........\StrongName.snk
........\WOW64Bypass.cs
EasyHook.sln
EasyHookDll
...........\AUX_ULIB.H
...........\AUX_ULIB_x64.LIB
...........\AUX_ULIB_x86.LIB
...........\dllmain.c
...........\EasyHookDll.vcproj
...........\GS_x64.lib
...........\GS_x86.lib
...........\LocalHook
...........\.........\acl.c
...........\.........\debug.cpp
...........\ntstatus.h
...........\RemoteHook
...........\..........\driver.cpp
...........\..........\entry.cpp
...........\..........\service.c
...........\..........\stealth.c
...........\..........\thread.c
...........\Rtl
...........\...\file.c
...........\...\memory.c
...........\stdafx.h
...........\x64
...........\...\Release
...........\...\.......\BuildLog.htm
EasyHookSvc
...........\EasyHookSvc.csproj
...........\InjectionService.cs
...........\InjectionService.designer.cs
...........\Program.cs
...........\Properties
...........\..........\AssemblyInfo.cs
...........\StrongName.snk
EasyHookSys
...........\EasyHookSys.vcproj
...........\LocalHook
...........\.........\acl.c
...........\main.c
...........\Rtl
...........\...\memory.c
...........\stdafx.h
EasyHookSys.sln
EasyHookTestCert.cer
Examples
........\FileMon
........\.......\Examples.snk
........\.......\FileMon.csproj
........\.......\Program.cs
........\.......\Properties
........\.......\..........\AssemblyInfo.cs
........\FileMonInject
........\.............\Examples.snk
........\.............\FileMonInject.csproj
........\.............\Main.cs
........\.............\Properties
........\.............\..........\AssemblyInfo.cs
........\ProcessMonitor
........\..............\DemoInterface.cs
........\..............\Examples.snk
........\..............\Form1.cs
........\..............\Form1.Designer.cs
........\..............\Form1.resx
........\..............\ProcessMonitor.csproj
............\ASM
............\...\HookSpecific_x64.asm
............\...\HookSpecific_x86.asm
............\...\ILD_x64.asm
............\...\ILD_x86.asm
............\DriverShared.h
............\LocalHook
............\.........\alloc.c
............\.........\barrier.c
............\.........\caller.c
............\.........\install.c
............\.........\reloc.c
............\.........\uninstall.c
............\Rtl
............\...\error.c
............\...\string.c
............\rtl.h
EasyHook
........\Config.cs
........\Debugging.cs
........\DllImport.cs
........\EasyHook.csproj
........\ExecuteAsService.xml
........\FileMonHost.xml
........\FileMonInject.xml
........\gac.exe.zip
........\HelperServiceInterface.cs
........\InjectionLoader.cs
........\LocalHook.cs
........\Properties
........\..........\AssemblyInfo.cs
........\RemoteHook.cs
........\ServiceMgmt.cs
........\StrongName.snk
........\WOW64Bypass.cs
EasyHook.sln
EasyHookDll
...........\AUX_ULIB.H
...........\AUX_ULIB_x64.LIB
...........\AUX_ULIB_x86.LIB
...........\dllmain.c
...........\EasyHookDll.vcproj
...........\GS_x64.lib
...........\GS_x86.lib
...........\LocalHook
...........\.........\acl.c
...........\.........\debug.cpp
...........\ntstatus.h
...........\RemoteHook
...........\..........\driver.cpp
...........\..........\entry.cpp
...........\..........\service.c
...........\..........\stealth.c
...........\..........\thread.c
...........\Rtl
...........\...\file.c
...........\...\memory.c
...........\stdafx.h
...........\x64
...........\...\Release
...........\...\.......\BuildLog.htm
EasyHookSvc
...........\EasyHookSvc.csproj
...........\InjectionService.cs
...........\InjectionService.designer.cs
...........\Program.cs
...........\Properties
...........\..........\AssemblyInfo.cs
...........\StrongName.snk
EasyHookSys
...........\EasyHookSys.vcproj
...........\LocalHook
...........\.........\acl.c
...........\main.c
...........\Rtl
...........\...\memory.c
...........\stdafx.h
EasyHookSys.sln
EasyHookTestCert.cer
Examples
........\FileMon
........\.......\Examples.snk
........\.......\FileMon.csproj
........\.......\Program.cs
........\.......\Properties
........\.......\..........\AssemblyInfo.cs
........\FileMonInject
........\.............\Examples.snk
........\.............\FileMonInject.csproj
........\.............\Main.cs
........\.............\Properties
........\.............\..........\AssemblyInfo.cs
........\ProcessMonitor
........\..............\DemoInterface.cs
........\..............\Examples.snk
........\..............\Form1.cs
........\..............\Form1.Designer.cs
........\..............\Form1.resx
........\..............\ProcessMonitor.csproj