文件名称:easyhook-71015
-
所属分类:
- 标签属性:
- 上传时间:2013-03-28
-
文件大小:1.7mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
EasyHook starts where Microsoft Detours ends.
This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.-EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.
This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.-EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
branches/
branches/CLRHostingAPI/
branches/CLRHostingAPI/DriverShared/
branches/CLRHostingAPI/DriverShared/ASM/
branches/CLRHostingAPI/DriverShared/ASM/HookSpecific_x64.asm
branches/CLRHostingAPI/DriverShared/ASM/HookSpecific_x86.asm
branches/CLRHostingAPI/DriverShared/ASM/ILD_x64.asm
branches/CLRHostingAPI/DriverShared/ASM/ILD_x86.asm
branches/CLRHostingAPI/DriverShared/DriverShared.h
branches/CLRHostingAPI/DriverShared/LocalHook/
branches/CLRHostingAPI/DriverShared/LocalHook/alloc.c
branches/CLRHostingAPI/DriverShared/LocalHook/barrier.c
branches/CLRHostingAPI/DriverShared/LocalHook/caller.c
branches/CLRHostingAPI/DriverShared/LocalHook/install.c
branches/CLRHostingAPI/DriverShared/LocalHook/reloc.c
branches/CLRHostingAPI/DriverShared/LocalHook/uninstall.c
branches/CLRHostingAPI/DriverShared/rtl.h
branches/CLRHostingAPI/DriverShared/Rtl/
branches/CLRHostingAPI/DriverShared/Rtl/error.c
branches/CLRHostingAPI/DriverShared/Rtl/string.c
branches/CLRHostingAPI/EasyHook.sln
branches/CLRHostingAPI/EasyHookDll/
branches/CLRHostingAPI/EasyHookDll/AUX_ULIB.H
branches/CLRHostingAPI/EasyHookDll/AUX_ULIB_x64.LIB
branches/CLRHostingAPI/EasyHookDll/AUX_ULIB_x86.LIB
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyInfo.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyInfo.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyManager.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyManager.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyStore.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyStore.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRAssemblyReferenceList.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRAssemblyReferenceList.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRIdentityManager.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRIdentityManager.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRstdafx.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/HostControl.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/HostControl.h
branches/CLRHostingAPI/EasyHookDll/dllmain.c
branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj
branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj.WIN-J0JPPPXORZX.Administrator.user
branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj.WIN-J0JPPPXORZX.Lynn.user
branches/CLRHostingAPI/EasyHookDll/gacutil.cpp
branches/CLRHostingAPI/EasyHookDll/GS_x64.lib
branches/CLRHostingAPI/EasyHookDll/GS_x86.lib
branches/CLRHostingAPI/EasyHookDll/LocalHook/
branches/CLRHostingAPI/EasyHookDll/LocalHook/acl.c
branches/CLRHostingAPI/EasyHookDll/LocalHook/debug.cpp
branches/CLRHostingAPI/EasyHookDll/Notes.txt
branches/CLRHostingAPI/EasyHookDll/ntstatus.h
branches/CLRHostingAPI/EasyHookDll/RemoteHook/
branches/CLRHostingAPI/EasyHookDll/RemoteHook/driver.cpp
branches/CLRHostingAPI/EasyHookDll/RemoteHook/entry.cpp
branches/CLRHostingAPI/EasyHookDll/RemoteHook/service.c
branches/CLRHostingAPI/EasyHookDll/RemoteHook/stealth.c
branches/CLRHostingAPI/EasyHookDll/RemoteHook/thread.c
branches/CLRHostingAPI/EasyHookDll/Rtl/
branches/CLRHostingAPI/EasyHookDll/Rtl/file.c
branches/CLRHostingAPI/EasyHookDll/Rtl/memory.c
branches/CLRHostingAPI/EasyHookDll/stdafx.h
branches/CLRHostingAPI/EasyHookSvc/
branches/CLRHostingAPI/EasyHookSvc/EasyHookSvc.csproj
branches/CLRHostingAPI/EasyHookSvc/InjectionService.cs
branches/CLRHostingAPI/EasyHookSvc/InjectionService.designer.cs
branches/CLRHostingAPI/EasyHookSvc/Program.cs
branches/CLRHostingAPI/EasyHookSvc/Properties/
branches/CLRHostingAPI/EasyHookSvc/Properties/AssemblyInfo.cs
branches/CLRHostingAPI/EasyHookSvc/StrongName.snk
branches/CLRHostingAPI/EasyHookSys.sln
branches/CLRHostingAPI/EasyHookSys/
branches/CLRHostingAPI/EasyHookSys/EasyHookSys.vcproj
branches/CLRHostingAPI/EasyHookSys/LocalHook/
branches/CLRHostingAPI/EasyHookSys/LocalHook/acl.c
branches/CLRHostingAPI/EasyHookSys/main.c
branches/CLRHostingAPI/EasyHookSys/Rtl/
branches/CLRHostingAPI/EasyHookSys/Rtl/memory.c
branches/CLRHostingAPI/EasyHookSys/stdafx.h
branches/CLRHostingAPI/EasyHookTestCert.cer
branches/CLRHostingAPI/EasyHook/
branches/CLRHostingAPI/EasyHook/Config.cs
branches/CLRHostingAPI/EasyHook/Debugging.cs
branches/CLRHostingAPI/EasyHook/DllImport.cs
branches/CLRHostingAPI/EasyHook/EasyHook.csproj
branches/CLRHostingAPI/EasyHook/ExecuteAsService.xml
branches/CLRHostingAPI/EasyHook/FileMonHost.xml
branches/CLRHostingAPI/EasyHook/FileMonInject.xml
branches/CLRHostingAPI/EasyHook/HelperServiceInterface.cs
branches/CLRHostingAPI/EasyHook/InjectionLoader.cs
branches/CLRHostingAPI/EasyHook/LocalHook.cs
branches/CLRHostingAPI/EasyHook/Properties/
branches/CLRHostingAPI/EasyHook/Properties/AssemblyInfo.cs
branches/CLRHostingAPI/EasyHook/RemoteHook.cs
branches/CLRHostingAPI/EasyHook/ServiceMgmt.cs
branches/CLRHostingAPI/EasyHook/StrongName.snk
branches/CLRHostingAPI/EasyHook/WOW64Bypass.cs
branches/CLRHostingAPI/Examples/
branches/CLRHostingAPI/Examples/FileMonInject/
branches/CLRHostingAPI/Examples/FileMonInject/Examples.snk
branches/CLRHo
branches/CLRHostingAPI/
branches/CLRHostingAPI/DriverShared/
branches/CLRHostingAPI/DriverShared/ASM/
branches/CLRHostingAPI/DriverShared/ASM/HookSpecific_x64.asm
branches/CLRHostingAPI/DriverShared/ASM/HookSpecific_x86.asm
branches/CLRHostingAPI/DriverShared/ASM/ILD_x64.asm
branches/CLRHostingAPI/DriverShared/ASM/ILD_x86.asm
branches/CLRHostingAPI/DriverShared/DriverShared.h
branches/CLRHostingAPI/DriverShared/LocalHook/
branches/CLRHostingAPI/DriverShared/LocalHook/alloc.c
branches/CLRHostingAPI/DriverShared/LocalHook/barrier.c
branches/CLRHostingAPI/DriverShared/LocalHook/caller.c
branches/CLRHostingAPI/DriverShared/LocalHook/install.c
branches/CLRHostingAPI/DriverShared/LocalHook/reloc.c
branches/CLRHostingAPI/DriverShared/LocalHook/uninstall.c
branches/CLRHostingAPI/DriverShared/rtl.h
branches/CLRHostingAPI/DriverShared/Rtl/
branches/CLRHostingAPI/DriverShared/Rtl/error.c
branches/CLRHostingAPI/DriverShared/Rtl/string.c
branches/CLRHostingAPI/EasyHook.sln
branches/CLRHostingAPI/EasyHookDll/
branches/CLRHostingAPI/EasyHookDll/AUX_ULIB.H
branches/CLRHostingAPI/EasyHookDll/AUX_ULIB_x64.LIB
branches/CLRHostingAPI/EasyHookDll/AUX_ULIB_x86.LIB
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyInfo.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyInfo.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyManager.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyManager.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyStore.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyStore.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRAssemblyReferenceList.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRAssemblyReferenceList.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRIdentityManager.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRIdentityManager.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRstdafx.h
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/HostControl.cpp
branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/HostControl.h
branches/CLRHostingAPI/EasyHookDll/dllmain.c
branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj
branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj.WIN-J0JPPPXORZX.Administrator.user
branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj.WIN-J0JPPPXORZX.Lynn.user
branches/CLRHostingAPI/EasyHookDll/gacutil.cpp
branches/CLRHostingAPI/EasyHookDll/GS_x64.lib
branches/CLRHostingAPI/EasyHookDll/GS_x86.lib
branches/CLRHostingAPI/EasyHookDll/LocalHook/
branches/CLRHostingAPI/EasyHookDll/LocalHook/acl.c
branches/CLRHostingAPI/EasyHookDll/LocalHook/debug.cpp
branches/CLRHostingAPI/EasyHookDll/Notes.txt
branches/CLRHostingAPI/EasyHookDll/ntstatus.h
branches/CLRHostingAPI/EasyHookDll/RemoteHook/
branches/CLRHostingAPI/EasyHookDll/RemoteHook/driver.cpp
branches/CLRHostingAPI/EasyHookDll/RemoteHook/entry.cpp
branches/CLRHostingAPI/EasyHookDll/RemoteHook/service.c
branches/CLRHostingAPI/EasyHookDll/RemoteHook/stealth.c
branches/CLRHostingAPI/EasyHookDll/RemoteHook/thread.c
branches/CLRHostingAPI/EasyHookDll/Rtl/
branches/CLRHostingAPI/EasyHookDll/Rtl/file.c
branches/CLRHostingAPI/EasyHookDll/Rtl/memory.c
branches/CLRHostingAPI/EasyHookDll/stdafx.h
branches/CLRHostingAPI/EasyHookSvc/
branches/CLRHostingAPI/EasyHookSvc/EasyHookSvc.csproj
branches/CLRHostingAPI/EasyHookSvc/InjectionService.cs
branches/CLRHostingAPI/EasyHookSvc/InjectionService.designer.cs
branches/CLRHostingAPI/EasyHookSvc/Program.cs
branches/CLRHostingAPI/EasyHookSvc/Properties/
branches/CLRHostingAPI/EasyHookSvc/Properties/AssemblyInfo.cs
branches/CLRHostingAPI/EasyHookSvc/StrongName.snk
branches/CLRHostingAPI/EasyHookSys.sln
branches/CLRHostingAPI/EasyHookSys/
branches/CLRHostingAPI/EasyHookSys/EasyHookSys.vcproj
branches/CLRHostingAPI/EasyHookSys/LocalHook/
branches/CLRHostingAPI/EasyHookSys/LocalHook/acl.c
branches/CLRHostingAPI/EasyHookSys/main.c
branches/CLRHostingAPI/EasyHookSys/Rtl/
branches/CLRHostingAPI/EasyHookSys/Rtl/memory.c
branches/CLRHostingAPI/EasyHookSys/stdafx.h
branches/CLRHostingAPI/EasyHookTestCert.cer
branches/CLRHostingAPI/EasyHook/
branches/CLRHostingAPI/EasyHook/Config.cs
branches/CLRHostingAPI/EasyHook/Debugging.cs
branches/CLRHostingAPI/EasyHook/DllImport.cs
branches/CLRHostingAPI/EasyHook/EasyHook.csproj
branches/CLRHostingAPI/EasyHook/ExecuteAsService.xml
branches/CLRHostingAPI/EasyHook/FileMonHost.xml
branches/CLRHostingAPI/EasyHook/FileMonInject.xml
branches/CLRHostingAPI/EasyHook/HelperServiceInterface.cs
branches/CLRHostingAPI/EasyHook/InjectionLoader.cs
branches/CLRHostingAPI/EasyHook/LocalHook.cs
branches/CLRHostingAPI/EasyHook/Properties/
branches/CLRHostingAPI/EasyHook/Properties/AssemblyInfo.cs
branches/CLRHostingAPI/EasyHook/RemoteHook.cs
branches/CLRHostingAPI/EasyHook/ServiceMgmt.cs
branches/CLRHostingAPI/EasyHook/StrongName.snk
branches/CLRHostingAPI/EasyHook/WOW64Bypass.cs
branches/CLRHostingAPI/Examples/
branches/CLRHostingAPI/Examples/FileMonInject/
branches/CLRHostingAPI/Examples/FileMonInject/Examples.snk
branches/CLRHo
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.