franck44 / evm-dis

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

Enable simple and fancy output (HTML) #23

Closed franck44 closed 8 months ago

franck44 commented 8 months ago

The current HTML-labels in the dot file takes a huge amount of space. This is nice for learning and graphically pleasing. Sometimes (e.g. debugging) a simpler output would take far less space and still do the job.

To do

Add option for "simple" output, not using complicated tables and hovering.

Note

This was implemented before the fancy output and it is still in the code base, so this issue is more about adding an option in the Driver and enhancing a bit the "simple" original output.