EasyHook---The-reinvention-of-Windows-API-Hooking

所属分类:钩子与API截获
开发工具:Visual C++
文件大小:16879KB
下载次数:41
上传日期:2012-05-15 09:47:17
上 传 者3544880
说明:  easy hook all source

文件列表:
Debug\x64 (0, 2011-11-24)
EasyHook 2.6 Binaries\EasyHook.dll (49152, 2011-09-05)
EasyHook 2.6 Binaries\easyhook.h (11753, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook.XML (73804, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook32.dll (98304, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook32.lib (12470, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook32Drv.sys (33312, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook32Svc.exe (20480, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook64.dll (102912, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook64.lib (11740, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook64Drv.sys (40736, 2011-09-05)
EasyHook 2.6 Binaries\EasyHook64Svc.exe (20480, 2011-09-05)
EasyHook 2.6 Binaries\EasyHookTestCert.cer (527, 2011-09-05)
EasyHook 2.6 Binaries\FileMon.exe (16384, 2011-09-05)
EasyHook 2.6 Binaries\FileMonInject.dll (20480, 2011-09-05)
EasyHook 2.6 Binaries\KNOWN ISSUES.txt (2523, 2011-09-05)
EasyHook 2.6 Binaries\LICENSE.txt (7804, 2011-09-05)
EasyHook 2.6 Binaries\ProcessMonitor.exe (28672, 2011-09-05)
EasyHook 2.6 Binaries\ProcMonInject.dll (20480, 2011-09-05)
EasyHook 2.6 Binaries.zip (182149, 2011-09-02)
EasyHook 2.6 Source Code\Debug\x64\EasyHook.dll (37888, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\EasyHook.pdb (97792, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\EasyHook.XML (74080, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\EasyHook32.dll (536064, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\EasyHook32Svc.exe (7680, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\FileMon.exe (6656, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\FileMon.pdb (15872, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\FileMonInject.dll (7168, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\FileMonInject.pdb (13824, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\ProcessMonitor.exe (15872, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\ProcessMonitor.pdb (32256, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\ProcMonInject.dll (7168, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x64\ProcMonInject.pdb (13824, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x86\EasyHook.dll (37888, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x86\EasyHook.pdb (97792, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x86\EasyHook.xml (74080, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x86\EasyHook32.dll (536064, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x86\EasyHook32.exp (7225, 2011-09-06)
EasyHook 2.6 Source Code\Debug\x86\EasyHook32.ilk (1283248, 2011-09-06)
... ...

********************************************************************************************* ******************************************************* 1) License information ********************************************************************************************* EasyHook - The reinvention of Windows API hooking Copyright (C) 2009 Christoph Husse 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. BUG REPORTS: Reporting bugs is the only chance to get them fixed! Don't consider your report useless... I will fix any serious bug within a short time! Bugs with lower priority will always 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 ********************************************************************************************* Since EasyHook 2.5, compilation is dramatically simplified. Just compile once for "x***" and once for "x86". The native EasyHook DLLs will automatically be copied into their counterpart arch directory. The you will have to copy the following files into any desired "Deploy" directory: "Debug\x***\EasyHook***.dll" -> "Deploy\EasyHook***.dll" "Debug\x***\EasyHook***Svc.dll" -> "Deploy\EasyHook***Svc.dll" "Debug\x86\EasyHook32.dll" -> "Deploy\EasyHook32.dll" "Debug\x86\EasyHook32Svc.dll" -> "Deploy\EasyHook32Svc.dll" "Debug\x***\EasyHook.dll" -> "Deploy\EasyHook.dll" "Debug\x***\EasyHook.dll.xml" -> "Deploy\EasyHook.dll.xml" (optional; only required for kernel hooking) "Debug\x86\EasyHook32Drv.sys" -> "Deploy\EasyHook32Drv.sys" "Debug\x***\EasyHook***Drv.sys" -> "Deploy\EasyHook***Drv.sys" Of course this is not necessary 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. This is what you get with the "Binaries Only" package. ********************************************************************************************* ***************************************************** 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...

近期下载者

相关文件


收藏者