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

Include `--patch/--no-patch` option in `sevm` CLI to let the user choose when to patch contract #98

Closed acuarica closed 8 months ago

acuarica commented 8 months ago

Given CLI now depends on a network connection to fetch signatures, positive bin tests use the --no-patch to avoid depending on a network connection.