I have finally implemented the callback for the load-graph-at signal of the grava widget to open a new window with the code analysis for the asigned 'call'. This is just a PoC, but my idea is to have a full dinamic environment for browsing the source allowing you to edit comments, add labels, breakpoints, binary patches and so just moving around the gtk/cairo window.
I would like to greet esteve for the ARM fixups for the code analysis that help me to make some enhacements on the disarm side fixing: - branches properly calculated - colorization of jumps, nops and swi (soft interrupts) - label (flag) resolving in branches - handle endian properly - disasembly checked against objdump Now you can browse and analyze graphs of java, arm, powerpc and intel binaries :) The disassembly view needs more work but I dont plan to do more enhacements on this side until 0.9.3. Now its time for testing, fixing, bugtarcking and patching to get a stable tarball before the end of this week and finally release 0.9.2 as stable. Keep tuned for moar stuff ;) BTW any volunteer for w32 testing and provide ideas for enhacements? --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
