acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
https://acuarica.github.io/evm/
MIT License
62 stars 9 forks source link

Fix decoding in `EVM` #61

Closed acuarica closed 9 months ago

acuarica commented 9 months ago

Remove duplicated code in exec and use decode from step module.