Now the address bar of the graph window supports the execution of radare commands. First of all it checks if there's a flag named like the string you write in the entry and if none found it runs the command into the radare.
I have added a new eval graph.window which makes radare create or not new windows when jumping between addresses. I'll have to add a next/prev buttons :) Actually if you type '!regs' in the entry and press go the graph will be drawn in the same address but updating the eip flag and so. I plan to add keybindings like in the visual mode. The draw-in-same-window option is not as good as I wanted because it doesn't updated the information of the nodes, it completely recalculates the code and relayouts the graph, in some situations is a bit pity. I have added color to the traced nodes, but the tracing stuff stills buggy. Enjoy :) --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
