Create Trampoline
Signature
Description
Creates a trampoline, an absolute jump to a 64-bit address, within the 32-bit address space.
Returns its address or 0
if the operation fails.
Arguments
Destination
The memory address that the trampoline will redirect execution to.
Last updated