hookSyscall

Undocumented in source.
version(linux && X86_64)
mixin template hookSyscall (
alias traceFunc
SyscallTracePoint tracePoint = SyscallTracePoint.PRE_SYSCALL
string file = __FILE_FULL_PATH__
size_t line = __LINE__
string _module_ = __MODULE__
) {}

Members

Manifest constants

hookFunctionScope
enum hookFunctionScope;
Undocumented in source.
name
enum name;
Undocumented in source.

Meta