interface : [Kong API].internal.hook_interface

Type Name Description
Methods:
void* (void*) push Update hook. adjust hook chain.
bool () pop Pop latest hook. returns 0 when last hook is removed.
void* () original_function Return the original function (or a callable stub for it)

Related:

hooking, IA32.hook_code?, PE.hook_api?, ELF.hook_api?