Skip to content

Commit 06c2340

Browse files
Create README.md
1 parent f2321f4 commit 06c2340

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# mhook
2+
A Windows API hooking library. Originally developed by Marton Anka.
3+
4+
# Acknowledgements
5+
Mhook contains a disassembler that is a stripped-down version of the excellent tDisasm package by Matt Conover. Thank you Matt! tDisasm comes with a BSD-style license and re-releasig a derivative of it under the MIT license has been confirmed to be OK by its author.
6+
7+
Alexandr Filenkov submitted bugfixes in Sept-2007. Michael Syrovatsky submitted fixes for IP-relative addressing in Jun-2008. Andrey Kubyshev submitted a bugfix in Jul-2011 and Jan-2013. John McDonald enabled unlimited hooks. Kasper Brandt provided a fix for hot patch function prologues.
8+
9+
# Version history
10+
11+
## Version 2.5 (20 Oct 2017)
12+
- 10x performance boost
13+
- CMake build system
14+
- Change tabs to spaces
15+
- Ability to hook functions with `je`/`jne` in the first 5 bytes
16+
- Fix hook recursion
17+
- Other fixes
18+
19+
## Version 2.4 (05 Mar 2014)
20+
- A number of improvements: hot patch location (mov edi, edi) handling, support for REX-prefixed EIP-relative jumps on x64, removal of compile-time limit on the number of hooks
21+
22+
## Version 2.3 (15 Jan 2012)
23+
- A bugfix that allows hooking more API functions
24+
25+
## Version 2.2 (27 Jun 2008)
26+
- Support for instructions using IP-relative addressing
27+
28+
## Version 2.1 (15 Oct 2007)
29+
- Fixes
30+
31+
## Version 2.0 (08 Jul 2007)
32+
- Built-in disassembler
33+
34+
## Version 1.0 (24 Jun 2007)
35+
- Original release

0 commit comments

Comments
 (0)