Module minhook::panic [] [src]

Panic handling for panics caught at foreign code boundaries in detour functions.

Structs

DetourPanicInfo

A struct providing information about a panic that happened inside of a guarded detour function.

Functions

set_handler

Registers a custom detour panic handler, replacing any that was previously registered.

take_handler

Unregisters the current panic handler, returning it.