Description
Traces processes and system calls from Python through ptrace bindings. It helps debuggers, sandboxes, analysis tools, and diagnostics observe how programs interact with the operating system.
ptrace can inspect or control other processes and may expose memory, files, and credentials. Use only with authorization and understand the security restrictions of the target system.