python-ptrace 0.9.8-0.1ubuntu1 source package in Ubuntu

Changelog

python-ptrace (0.9.8-0.1ubuntu1) noble; urgency=medium

  * Build-depend on python3-zombie-imp for now.

 -- Matthias Klose <email address hidden>  Wed, 08 Nov 2023 08:03:50 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Pierre Chifflier
Architectures:
amd64 arm64 i386 ppc64el powerpc ppc64
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-ptrace_0.9.8.orig.tar.gz 104.6 KiB 1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa
python-ptrace_0.9.8-0.1ubuntu1.debian.tar.xz 3.7 KiB 94d8bf57c545df8bc9d27a7ff2d222ef73142c75a960b596d7807711afabc673
python-ptrace_0.9.8-0.1ubuntu1.dsc 1.9 KiB 02822681089c6ebcf1616b73b50cd4a5ad0612bcec5620ba38c70d064c7cb040

View changes file

Binary packages built by this source

python3-ptrace: Python 3 bindings for ptrace

 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.

python3-ptrace-dbgsym: debug symbols for python3-ptrace