I have been working a bit with the minimalistic gtk frontend for radare (the C based one) which is mostly based on executing commands stored on external files as radare commands via pipes.
I have extended the ortogonality-gui-concept by adding a context menu (right click on the terminal) that evaluates the text selection to perform different actions like seek to, add breakpoint, etc.. Here's a shot: http://radare.nopcode.org/img/gradare.gif BTW the homepage has been remodeled to be more eyecandy O:) http://radare.nopcode.org/ There's still much more work to do on the frontend, but now you can walk into a debugged process ala IDA, by following 'call's with clicks and undo seeks with the 'u' key (in visual mode), put comments with ';' and run commands on the entry bar. You can also use the olly-like Function keys to step into the debugger (F2 breakpoint, F6 step, F7 step over, F9 run) ... The next thing I want to implement is the monitoring stuff, but this requires some radare core modification and i have to think on a little bit more :) Have fun! --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
