Remove Trampoline
Signature
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