pub fn hotpatch<A: Architecture>(
target: usize,
detour: usize,
) -> Result<HookGuard<A>>Expand description
install a hot-patch hook
uses the Windows hot-patching mechanism for minimal disruption. only works on functions compiled with /hotpatch.