Ptracer: Difference between revisions
Created page with 'http://github.com/dankamongmen/ptracer' |
mention Radare and ERESI. add to x86 category. link to libdisasm |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
http://github.com/dankamongmen/ptracer | A quick-n-dirty instruction trace generation tool using <tt>[[ptrace|ptrace(2)]]</tt> and [http://bastard.sourceforge.net/libdisasm.html libdisasm]. | ||
Code can be found at http://github.com/dankamongmen/ptracer. | |||
==See Also== | |||
* The [http://www.eresi-project.org/ ERESI Project] has produced some awesome tools | |||
* [http://radare.nopcode.org/new/ Radare] has some pretty powerful capabilities | |||
[[CATEGORY: Projects]] | |||
[[CATEGORY: x86]] | |||