Ptracer: Difference between revisions
No edit summary |
mention Radare and ERESI. add to x86 category. link to libdisasm |
||
| Line 1: | Line 1: | ||
A quick-n-dirty instruction trace generation tool using <tt>[[ptrace|ptrace(2)]]</tt>. | 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. | 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: Projects]] | ||
[[CATEGORY: x86]] | |||