CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程

文件名称:easyhook-71015

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-03-28
  • 文件大小:
    1.7mb
  • 已下载:
    0次
  • 提 供 者:
    l**
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com