python3-ptrace

Python 3 bindings for ptrace

Description

This package provides Python bindings for the ptrace library. It allows controlling, debugging, or modifying 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)

This package provides the ptrace Python module for Python 3.x.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/vstinner/python-ptrace


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-ptrace