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

Investigate whether to migrate coverage to c8 #33

Closed acuarica closed 6 months ago

acuarica commented 1 year ago

The project https://github.com/bcoe/c8 seems more actively maintained, so might be a better drop-in for coverage.

acuarica commented 6 months ago

Fixed in ec26fd7