crytic / ethersplay

EVM dissassembler
GNU Affero General Public License v3.0
834 stars 116 forks source link

Generate Flowgraphs #45

Closed joshwatson closed 5 years ago

joshwatson commented 5 years ago

Use the new FlowGraph API in Binary Ninja to generate graphs for each function. We can use this to also generate graphs for internal functions.

joshwatson commented 5 years ago

Added with #42