Install python-ptrace by entering the following commands in the terminal:
sudo apt update sudo apt install python-ptrace
Description:
Python bindings for ptrace
This package provides Python bindings for the ptrace library. It allows to control, debug, or modify processes using the ptrace syscall. . Features: * High level Python object API * Able to control multiple processes: catch fork events * Read/write bytes to arbitrary addresses * Execution step by step using ptrace_singlestep() or hardware int 3 * Can use distorm disassembler * Dump registers, memory mappings, stack, etc. * Syscall tracer and parser (strace command)
Homepage: http://fusil.hachoir.org/trac/wiki/Ptrace
Version: 0.7-1
Section: universe/python