foundry_evm_core::ic

Function decode_instructions

Source
pub fn decode_instructions(code: &[u8]) -> Vec<Instruction<'_>>
Expand description

Decodes raw opcode bytes into Instructions.