python-ptrace 0.9.8-0.2build1 source package in Ubuntu

Changelog

python-ptrace (0.9.8-0.2build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:47:14 +0000

Upload details

Uploaded by:
Graham Inggs
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
Noble release universe python

Downloads

File Size SHA-256 Checksum
python-ptrace_0.9.8.orig.tar.gz 104.6 KiB 1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa
python-ptrace_0.9.8-0.2build1.debian.tar.xz 4.1 KiB f92f0c4a2c2beca9062ddd7ff3d2d89e9f28086c8043e37886ab502e9ad22c79
python-ptrace_0.9.8-0.2build1.dsc 1.9 KiB 5410717f4028fedaf37bb68965c6c6be4435e4707a5a97ad556bde6aa70c6b04

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