evmdasm icon indicating copy to clipboard operation
evmdasm copied to clipboard

A lightweight ethereum evm bytecode instruction registry, disassembler and evmcode manipulation library

Results 5 evmdasm issues
Sort by recently updated
recently updated
newest added

there is an error-level log message in [evmdasm/disassembler.py L:36](https://github.com/ethereum/evmdasm/blob/544ba8c659bd56d35c984ca3a2d6af2cc265bd2b/evmdasm/disassembler.py#L36) the problem is that this `error` level log could create high severity noise in logging / output, whereas it does not...

SWAP3-SWAP7 have wrong pushes values

The 0.8.0 solidity version updates PUSH1 to PUSH32. Will the software be updated

This pull request includes updates to the `evmdasm` library, focusing on opcode definitions and versioning. The most significant changes involve renaming an existing opcode, adding new opcodes, and incrementing the...