Function dobby_api::undo_hook

source ·
pub unsafe fn undo_hook(undo_addr: Address) -> Result<(), Error>
Expand description

在指定的地址解除Hook

Release the Hook at the specified address

Safety

Hook可以引起各种未定义的行为,因此不安全

Hook can cause all kinds of undefined behavior, so it’s unsafe