u64 removeHook(u64 source, u64 destination)
Removes a hook at a specific address leading to a given destination.
The memory address where the hook was placed.
The memory address to which execution was redirected.
Last updated 1 year ago