You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux >= 5.3 supports ptrace(PTRACE_GET_SYSCALL_INFO, pid, sizeof(struct ptrace_syscall_info), &info) to obtain more information about a syscall stop. Do note that it apparently only works, if PTRACE_O_TRACESYSGOOD is set beforehand.
Happy to contribute too.
FreeBSD seems to support this too, but I don't have a system to test that on.
The text was updated successfully, but these errors were encountered:
Linux >= 5.3 supports
ptrace(PTRACE_GET_SYSCALL_INFO, pid, sizeof(struct ptrace_syscall_info), &info)
to obtain more information about a syscall stop. Do note that it apparently only works, ifPTRACE_O_TRACESYSGOOD
is set beforehand.Happy to contribute too.
FreeBSD seems to support this too, but I don't have a system to test that on.
The text was updated successfully, but these errors were encountered: