evm-disassembler
evm-disassembler copied to clipboard
Rust library to disassemble evm bytecode
Bumps the dependency to at least 0.6.12 as per the advisory [Advisory](https://rustsec.org/advisories/RUSTSEC-2024-0021.html) (even though this crate may not be using the function mentioned in the advisory, it is better to...
As title. 1. Implement `TryFrom` 2. Support Shanghai fork 3. Now enum raw values are correct
Check equivalence of output against reference implementation (https://github.com/crytic/pyevmasm)