hook

Function hook 

Source
pub unsafe fn hook(
    addr: Address,
    replace: Address,
) -> Result<Address, DobbyHookError>
Expand description

Set up a hook at addr, return the trampoline address of the original function.

ยงSafety

THIS FUNCTION IS NOT SAFE.