Pstrmem: can be used to print printable characters found in the mapped memory of a running process, to dump it's memory or wait and monitor signals all of this without causing the process to
... [More]
terminate. It will iterate over the mapped memory of the process /proc/pid/maps and reading a memory region according to some specified swithes, after that calling callback functions to operate on the peeked data.
Monitor signals: Error signals, Termination signals, ...
For: GNU/Linux (x86-32).
UPDATE: working on a new version: bugs correction, plugins support, ... [Less]