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
46 stars 5 forks source link

Separate `selector` from rest `args` in `Revert` #102

Closed acuarica closed 4 months ago

acuarica commented 4 months ago

Moreover, include support to detect revert selector in Vyper.