CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获

文件名称:easyhook-52373

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

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

Microsoft® Detours latest release was in December 2006. Now times have changed and the NET

Framework has become more and more popular. Besides the well known unmanaged code hooking,

EasyHook provides a way to hook unmanaged code from a managed environment.-Microsoft®  Detours latest release was in December 2006. Now times have changed and the NET

Framework has become more and more popular. Besides the well known unmanaged code hooking,

EasyHook provides a way to hook unmanaged code from a managed environment.
相关搜索: hook 游戏

(系统自动生成,下载前可以参看下载内容)

下载文件列表

easyhook-52373/branches/CLRHostingAPI/DriverShared/ASM/HookSpecific_x64.asm
easyhook-52373/branches/CLRHostingAPI/DriverShared/ASM/HookSpecific_x86.asm
easyhook-52373/branches/CLRHostingAPI/DriverShared/ASM/ILD_x64.asm
easyhook-52373/branches/CLRHostingAPI/DriverShared/ASM/ILD_x86.asm
easyhook-52373/branches/CLRHostingAPI/DriverShared/DriverShared.h
easyhook-52373/branches/CLRHostingAPI/DriverShared/LocalHook/alloc.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/LocalHook/barrier.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/LocalHook/caller.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/LocalHook/install.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/LocalHook/reloc.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/LocalHook/uninstall.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/Rtl/error.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/Rtl/string.c
easyhook-52373/branches/CLRHostingAPI/DriverShared/rtl.h
easyhook-52373/branches/CLRHostingAPI/EasyHook/Config.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/Debugging.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/DllImport.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/EasyHook.csproj
easyhook-52373/branches/CLRHostingAPI/EasyHook/ExecuteAsService.xml
easyhook-52373/branches/CLRHostingAPI/EasyHook/FileMonHost.xml
easyhook-52373/branches/CLRHostingAPI/EasyHook/FileMonInject.xml
easyhook-52373/branches/CLRHostingAPI/EasyHook/HelperServiceInterface.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/InjectionLoader.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/LocalHook.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/Properties/AssemblyInfo.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/RemoteHook.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/ServiceMgmt.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook/StrongName.snk
easyhook-52373/branches/CLRHostingAPI/EasyHook/WOW64Bypass.cs
easyhook-52373/branches/CLRHostingAPI/EasyHook.sln
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/AUX_ULIB.H
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/AUX_ULIB_x64.LIB
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/AUX_ULIB_x86.LIB
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyInfo.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyInfo.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyManager.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyManager.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyStore.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/AssemblyStore.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRAssemblyReferenceList.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRAssemblyReferenceList.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRIdentityManager.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRIdentityManager.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/CLRstdafx.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/HostControl.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/CLR Load Manager/HostControl.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/dllmain.c
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj.WIN-J0JPPPXORZX.Administrator.user
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/EasyHookDll.vcproj.WIN-J0JPPPXORZX.Lynn.user
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/gacutil.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/GS_x64.lib
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/GS_x86.lib
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/LocalHook/acl.c
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/LocalHook/debug.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/Notes.txt
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/ntstatus.h
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/RemoteHook/driver.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/RemoteHook/entry.cpp
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/RemoteHook/service.c
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/RemoteHook/stealth.c
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/RemoteHook/thread.c
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/Rtl/file.c
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/Rtl/memory.c
easyhook-52373/branches/CLRHostingAPI/EasyHookDll/stdafx.h
easyhook-52373/branches/CLRHostingAPI/EasyHookSvc/EasyHookSvc.csproj
easyhook-52373/branches/CLRHostingAPI/EasyHookSvc/InjectionService.cs
easyhook-52373/branches/CLRHostingAPI/EasyHookSvc/InjectionService.designer.cs
easyhook-52373/branches/CLRHostingAPI/EasyHookSvc/Program.cs
easyhook-52373/branches/CLRHostingAPI/EasyHookSvc/Properties/AssemblyInfo.cs
easyhook-52373/branches/CLRHostingAPI/EasyHookSvc/StrongName.snk
easyhook-52373/branches/CLRHostingAPI/EasyHookSys/EasyHookSys.vcproj
easyhook-52373/branches/CLRHostingAPI/EasyHoo

相关说明

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

相关评论

暂无评论内容.

发表评论

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