franck44 / evm-dis

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

Finish implementation of `StackPosBackWardTracker` #20

Open franck44 opened 8 months ago

franck44 commented 8 months ago

The stack position backward tracker is not fully implemented, some instructions are missing.

To do

Implement the missing instructions.