ptrace

The ptrace() system call provides a means by which one process
(the "tracer") may observe and control the execution of another
process (the "tracee"), and examine and change the tracee's
memory and registers. It is primarily used to implement
breakpoint debugging and system call tracing.

posted @ 2023-04-14 18:43  fndefbwefsowpvqfx  阅读(40)  评论(0编辑  收藏  举报