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
A new func inside syscall to expose the use of PTRACE_SEIZE ptraces.
PTRACE_SEIZE (since Linux 3.4)
Attach to the process specified in pid, making it a tracee of
the calling process. Unlike PTRACE_ATTACH, PTRACE_SEIZE does
not stop the process.
source: ptrace in Linux
A new func inside syscall to expose the use of
PTRACE_SEIZE
ptraces.The flag already exists in the codebase:
go/src/syscall/zerrors_linux_arm64.go
Line 995 in 50bd1c4
The text was updated successfully, but these errors were encountered: