Skip to content

MaxHook Windows x86 / x86_64

Latest
Compare
Choose a tag to compare
@dzonerzy dzonerzy released this 11 Nov 17:04

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