资 源 简 介
NEWS
**03/18/13
* Usable with Visual Studio (see ihook overview)** 03/13/13
* New variable in API (library version in ihook_version string see API)
* Bug correction
**02/26/13
* New API
* Can perform function code hooking (hook everywhere)
* Bug correction**
IHOOK
IHOOK is entirely written in pure C. It is distributed as a static/shared library. It provide an easy interface to perform API hooking and function code hooking on Windows operating system in C/C++.
ihook is developed using Code::Blocks IDE and mingw32 compiler.
DEPENDENCY
IHOOK use a disassembler to determine the number of opcode to erased. It is
compiled with BeaEngine source disassembler in a static way.
HOW TO USE
OVERVIEW
IHOOK provide the following methods :
hookitByName - Method performing the hook
hookitByAddress - Idem
getReturnAddressByI