ANN: madCodeHook 2.2k

c++ / delphi package - dll injection and api hooking
Post Reply
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

ANN: madCodeHook 2.2k

Post by madshi »

Today I'm releasing madCodeHook 2.2k.

Here's the list of changes compared to the previously announced release:

Code: Select all

- other libs' hooks are not overwritten by default, anymore 
- DONT_RENEW_OVERWRITTEN_HOOKS -> RENEW_OVERWRITTEN_HOOKS 
- RestoreCode added 
- DLL injection thread now always uses 1MB stack size 
- fixed: DLL inj failed when some native APIs were hooked 
- fixed: SendIpcMessage sometimes failed in Windows 7 
- moved allocation from $71700000 to $71b00000 (msys bug) 
- fixed: LoadLibrary hook eventually crashed in x64 OSs 
- DONT_TOUCH_RUNNING_PROCESSES now only affects injection
- Delphi/BCB 2010 added
The download is available here:

http://madshi.net/madCollection.exe (2.5.11.1)
Post Reply