franck44 / evm-dis

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

Add script to collect data on CFG tests #33

Open franck44 opened 8 months ago

franck44 commented 8 months ago

The DOT file contains some information about DFS termination (max depth reached) or the reason why the unfolding of a path can be stopped (e.g. same state encountered, loop invariant detection), number of error "states' (when we cannot compute the next state). It would be interesting to collect the information in table somewhere to get more insights into the effectiveness of construction.

To do

Add a script to collect the information from the .dot files and a task in the gradle config..