Module legacy
Available on crate feature 
evm only.Expand description
Legacy bytecode.
Structs§
- Jump
Table  - A table of valid 
jumpdestinations. - Legacy
Analyzed Bytecode  - Legacy analyzed bytecode represents the original bytecode format used in Ethereum.
 - Legacy
RawBytecode  - Used only as intermediate representation for legacy bytecode.
 
Functions§
- analyze_
legacy  - Analyzes the bytecode for use in 
LegacyAnalyzedBytecode.