mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
bc8fdaf442
- Update pkg-descr - Support STAGEDIR
15 lines
537 B
Plaintext
15 lines
537 B
Plaintext
Python binding of ptrace library.
|
|
|
|
Features:
|
|
|
|
* High level Python object API : PtraceDebugger and PtraceProcess
|
|
* Able to control multiple processes: catch fork events on Linux
|
|
* Read/write bytes to arbitrary address: take care of memory alignment
|
|
and split bytes to cpu word
|
|
* Execution step by step using ptrace_singlestep() or hardware interruption 3
|
|
* Can use distorm disassembler
|
|
* Dump registers, memory mappings, stack, etc.
|
|
* Syscall tracer and parser (strace command)
|
|
|
|
WWW: http://bitbucket.org/haypo/python-ptrace/wiki/Home
|