Yay! 0.9.3 is here for development! BTW The stable 0.9.2 has been released together with an Ubuntu package (Thanks pof!)
I have added one of the first ideas I want for it.. An ascii-art lines following jumps and calls into the disassembly view: http://radare.nopcode.org/img/asmlines.gif http://radare.nopcode.org/img/asmlines2.gif The code becomes much more readable and the code is just small and portable, so the lines will work on arm, ppc, x86, java,... I have managed to use this new code to fix some bugs into the code analysis of x86..needs more work :P I have also added a new directive for graphing: graph.jmpblocks = false graph.callblocks = true If you set this variable to false and define a "huge" block (1024 or so), the resulting code graph will be an overview of the code, so only calls will be followed into the analysis to perform a new block. conditional jumps used to append the code into the same block resulting in invalid code, but visually useful. I will work to make a decent GUI for navigating thru the graphs and configuring all these issues just doing some few clicks. Have a nice week ;) --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
