angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
885 stars 110 forks source link

BinNavi as a replacement? #7

Closed Manouchehri closed 8 years ago

Manouchehri commented 8 years ago

I was thinking it might be possible to use Zynamics' BinNavi as a GUI for the CFG. We would have to figure out a way to use BinExport to get the graph data from angr's NetworkX.

How feasible do you guys think this is?

https://github.com/google/binnavi/wiki/Replacing-IDA-as-Disassembler-Frontend#alternatives-for-interfacing-a-disassembler-with-binnavi

ltfish commented 8 years ago

Thanks for your suggestion. Personally I'd like to keep improving the CFG view from angr-management. I'll take a look at BinNavi first.