Crate syscall_intercept

Crate syscall_intercept 

Source

Enums§

InterceptResult
The return value of hook function.

Functions§

set_hook_fn
Set syscall intercept hook function.
syscall_no_intercept
unset_hook_fn
Clear syscall intercept hook function.

Type Aliases§

HookFn
The type of hook function.