Skip to main content

load_elf

Function load_elf 

Source
pub fn load_elf(
    elf_bytes: &[u8],
) -> RuntimeResult<(Vec<Instruction>, Vec<u8>, usize)>
Expand description

Parse an ELF binary and return instructions, rodata, and entrypoint.