Hi RZ
DLib Attacher - it's program for static hooking dynamic libraries in executable application. You can use it for easy hooking libraries in your MuOnline client\server
Features:
- Simple GUI
- Can call procedure
- Unlimited number of hooked libraries
- Available editing after hook
- Available hook remove and restore application
- Supported correct standard of PE
and other
At this moment it work only for application with x86 architecture (in MuOnline used x86 executables)
Download:
Current version:
DLib Attacher v1.3a (stable)
Mirror
Old version (non-stable):
DLib Attacher v1.3
DLib Attacher v1.2
DLib Attacher v1.1a
Mirror 1, Mirror 2
Source code v1.3a
Guide
Export function can have signature:
Or other 32-bit return valueCode:void __stdcall ExampleProc(void);
If enabled 'Check return value', export function must have signature:
For success it must return zero, for fail it must return non-zero value(error code).Code:int __stdcall ExampleProc(void);
Example
How to hook GameGuard library
Changelog
v1.3a
- Fixed error 87
v1.3
- Added hooking .dll to .dll (dllmain entry)
- Some fixes
v1.2
- Added classic hook from Entrypoint
- Some fixes
v1.1a
- Critical fix for TLS Callback configurations
v1.1
- Fixed randomization violation
- Fixed bug with rellocs
- Added diagnostic messages
- Added checking return value for export procedure
- Some fixes
v1.0
- Program release





Reply With Quote![[Release] DLib Attacher](http://ragezone.com/hyper728.png)

I am develop this tools, look at program title

