EasyHook-2.7.4761.0-Source

所属分类:钩子与API截获
开发工具:C#
文件大小:361KB
下载次数:121
上传日期:2013-01-20 18:08:57
上 传 者鬼蝶
说明:  .NET下的HOOK库。可以全局HOOK API函数。包中的例子是HOOK CreateFile函数。
(The. NET HOOK library. Globally HOOK API functions. The example pack HOOK CreateFile function.)

文件列表:
build-package.bat (234, 2012-04-26)
build.bat (133, 2012-04-26)
build.proj (7605, 2013-01-13)
build_me.txt (1336, 2012-04-26)
clean.bat (133, 2012-04-26)
DriverShared\ASM\HookSpecific_x64.asm (9965, 2012-07-31)
DriverShared\ASM\HookSpecific_x86.asm (7961, 2012-07-31)
DriverShared\Disassembler\libudis86\decode.c (31471, 2013-01-12)
DriverShared\Disassembler\libudis86\decode.h (7351, 2013-01-12)
DriverShared\Disassembler\libudis86\extern.h (2952, 2013-01-12)
DriverShared\Disassembler\libudis86\input.c (7718, 2013-01-12)
DriverShared\Disassembler\libudis86\input.h (2512, 2013-01-12)
DriverShared\Disassembler\libudis86\itab.c (222315, 2013-01-12)
DriverShared\Disassembler\libudis86\itab.h (15947, 2013-01-12)
DriverShared\Disassembler\libudis86\syn-att.c (6680, 2013-01-12)
DriverShared\Disassembler\libudis86\syn-intel.c (7884, 2013-01-12)
DriverShared\Disassembler\libudis86\syn.c (2920, 2013-01-12)
DriverShared\Disassembler\libudis86\syn.h (1820, 2013-01-12)
DriverShared\Disassembler\libudis86\types.h (7096, 2013-01-12)
DriverShared\Disassembler\libudis86\udis86.c (5545, 2013-01-12)
DriverShared\Disassembler\udis86-LICENSE.txt (1359, 2013-01-12)
DriverShared\Disassembler\udis86.h (1587, 2013-01-12)
DriverShared\DriverShared.h (3801, 2013-01-12)
DriverShared\LocalHook\alloc.c (3983, 2012-04-06)
DriverShared\LocalHook\barrier.c (20143, 2012-07-17)
DriverShared\LocalHook\caller.c (13695, 2012-04-06)
DriverShared\LocalHook\install.c (13018, 2012-07-17)
DriverShared\LocalHook\reloc.c (8398, 2013-01-13)
DriverShared\LocalHook\uninstall.c (5710, 2012-04-06)
DriverShared\rtl.h (3668, 2012-07-17)
DriverShared\Rtl\error.c (1634, 2012-07-17)
DriverShared\Rtl\string.c (3697, 2012-04-06)
EasyHook.sln (22129, 2013-01-13)
EasyHookDll\AUX_ULIB.H (3802, 2012-04-06)
EasyHookDll\AUX_ULIB_x64.LIB (37612, 2012-04-06)
EasyHookDll\AUX_ULIB_x86.LIB (35230, 2012-04-06)
EasyHookDll\dllmain.c (3041, 2012-04-24)
EasyHookDll\EasyHookDll.vcproj (19892, 2012-04-06)
EasyHookDll\EasyHookDll.vcproj.WIN-J0JPPPXORZX.Administrator.user (2605, 2012-04-06)
... ...

********************************************************************************************* * 1) License information ********************************************************************************************* EasyHook - The reinvention of Windows API hooking Copyright (C) 2009 Christoph Husse & (C) 2013 EasyHook Development Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Please visit http://www.codeplex.com/easyhook for more information about the project and latest updates. UDIS86: udis86 is Copyright (c) 2002-2012, Vivek Thampi See DirectShared\Disassembler\udis86-LICENSE.txt for license details. Minor modifications have been made for it to compile correctly in VC++. More information can be found at http://udis86.sourceforge.net/ BUG REPORTS: Reporting bugs is the only chance to get them fixed! Don't consider your report useless... The EasyHook team will fix any serious bug within a short time! Bugs with lower priority will try be fixed in the next release... EVENT LOGS: Please notice that you should always look into the application event log if something goes wrong, because EasyHook will often output extended error information there... ********************************************************************************************* * 2) How to compile ********************************************************************************************* EasyHook 2.7 includes a MSBuild script to build all versions of the binaries as well as packaging for deployment, just run build.bat and then build-package.bat. (requires the MSBuild Community Tasks http://msbuildtasks.tigris.org/) After running the build-package.bat you will have all files you need for deployment with an application located in the ".\Deploy\NetFX3.5" and ".\Deploy\NetFX4.0" directories. This is what you get with the "Binaries Only" package. Please note that there are now different configurations for .NET 3.5 and .NET 4.0: "netfx3.5-Debug\x***" "netfx3.5-Debug\x86" "netfx3.5-Release\x***" "netfx3.5-Release\x86" "netfx4-Debug\x***" "netfx4-Debug\x86" "netfx4-Release\x***" "netfx4-Release\x86" When compiling for distribution without using the build script you must build once for "x***" and then once for "x86" for the applicable framework version. The project files include MSBuild tasks to copy and rename files as appropriate. The TargetFrameworkVersion is also overridden in each configuration - this is not visible within the VS2010 project settings GUI. To change the framework version or AfterBuild tasks you must edit the project files directly: * in VS2010, right click project file: "Unload" * right click project file: "Edit ..csproj" For testing purposes, as long as you keep all test applications in either the "x86" or "x***" directory, they will run properly. The "Deploy" directory is meant to contain all files necessary to ship an application based on EasyHook. ********************************************************************************************* * 3) Prerequisites ********************************************************************************************* Since the CRT is now statically compiled, you won't need the Visual Studio Redistributable package anymore. For testing purposes I would always recommend to use the DEBUG version... .NET 3.5 or .NET 4.0 is required for Managed hooks.

近期下载者

相关文件


收藏者