[][src]Type Definition ilhook::x86::JmpBackRoutine

type JmpBackRoutine = unsafe extern "cdecl" fn(regs: *mut Registers, src_addr: usize);

The routine used in a jmp-back hook, which means the EIP will jump back to the original position after the Routine being run.

Arguments

  • regs - The registers
  • src_addr - The address that has been hooked