Remove Trampoline

Signature

s32 removeTrampoline(u64 source, u64 destination)

Description

Removes a trampoline that redirects execution from a specified source address to a given destination.

Returns whether the operation was successful (1) or not (0).

Arguments

Source

The memory address where the trampoline was originally created.

Destination

The memory address that the trampoline redirects execution to.

Last updated