franck44 / evm-dis

An EVM bytecode disassembler/assembler
Apache License 2.0
29 stars 6 forks source link

Record max depth reached in CFG construction #41

Open franck44 opened 7 months ago

franck44 commented 7 months ago

Add this information to the statistics in the DFS. Add the result to the title of the CFG to indicate the size of the deepest branch.

aodhgan commented 6 months ago

I think this is done? Edit: well the fact the max depth wasnt hit, but maybe not the actual depth

Screenshot 2024-01-24 at 2 25 14 PM