python-ptrace 0.9.8-0.2 source package in Ubuntu

Changelog

python-ptrace (0.9.8-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Build with importlib instead of imp. Closes: #1055551.

 -- Stephen Kitt <email address hidden>  Wed, 06 Dec 2023 07:21:34 +0100

Upload details

Uploaded by:
Pierre Chifflier
Uploaded to:
Sid
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-0.2.dsc 1.8 KiB 3b2d9df7d19c1cc63c8e154a4360530ef07225766d1f15d8ba09452936b525dd
python-ptrace_0.9.8.orig.tar.gz 104.6 KiB 1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa
python-ptrace_0.9.8-0.2.debian.tar.xz 4.0 KiB 942f1dfad608f7e9857335b519848759617e7d381a91eae061eef7b25bf6e8b8

No changes file available.

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