uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.12k stars 251 forks source link

Graph functions #741

Open Cairn23 opened 5 years ago

Cairn23 commented 5 years ago

Add the functionality to graph the assembly code, but rather then the block view that IDA produces use traditional symbols as well (round boxes for entry, exit, diamonds etc)

uxmal commented 5 years ago

If you right-click a scanned procedure, you get this: image Selecting View Control graph results in: image

Supporting different graphing styles should probably be a user-choosable preference setting.