Paketname | python-ptrace |
Beschreibung | Python bindings for ptrace |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.6.2-1 |
Sektion | universe/python |
Priorität | extra |
Installierte Größe | 424 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 67184 Byte |
Prüfsumme MD5 | cf1e2c2f5972ad50b1076cc1a18b7c35 |
Prüfsumme SHA1 | 34a90f88c9ccbdb3ef2fd425f572573a61a72124 |
Prüfsumme SHA256 | b796c5d822e7929b987c4dea397adcf3742b67c6d8442cd5d10b05bae87f9e08 |
Link zum Herunterladen | python-ptrace_0.6.2-1_all.deb |
Ausführliche Beschreibung | 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)
|