franck44 / evm-dis

An EVM bytecode disassembler/assembler
Apache License 2.0
29 stars 6 forks source link

(potential) bug: simple bytecode error end state #42

Closed aodhgan closed 7 months ago

aodhgan commented 7 months ago

the following bytecode is giving an error end state: 6009600052600051565b

Screenshot 2024-01-03 at 1 40 11 PM raised here: https://twitter.com/_SamWilsn_/status/1739736535367356430

aodhgan commented 7 months ago

Is this another jump to function locator from memory (vs.stack)? @franck44

aodhgan commented 7 months ago

Closing as this is a known issue - tool does not fully support jump destinations stored in memory (mload/mstore)