Functions§
- read_
syscall - Reads the current syscall from
/proc/<pid>/syscall. Format: “syscall_num arg1 arg2 arg3 arg4 arg5 arg6” (hex args on some kernels). Returns (syscall_number, args). ReturnsNoneif unreadable or not in a syscall.
/proc/<pid>/syscall.
Format: “syscall_num arg1 arg2 arg3 arg4 arg5 arg6” (hex args on some kernels).
Returns (syscall_number, args). Returns None if unreadable or not in a syscall.