Create Trampoline

Signature

u32 createTrampoline(u64 destination)

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