Remove Hook

Signature

u64 removeHook(u64 source, u64 destination)

Description

Removes a hook at a specific address leading to a given destination.

Arguments

Source

The memory address where the hook was placed.

Destination

The memory address to which execution was redirected.

Last updated