Releases: dzonerzy/MaxHook
Releases · dzonerzy/MaxHook
MaxHook Windows x86 / x86_64
MaxHook v1.0.0
- Added api mhook_add and mhook_remove
- Hooks can be enabled / disabled with mhook_disable, mhook_enable and mhook_is_enabled
- Function parameters can be modified with mhook_get_parameter and mhook_set_parameter
- Return value can be modified with mhook_set_return_value
- Hooks callback are handled automagically with hook hashes
- Possibility to get hook return address with mhook_get_return_address