load_elf

Function load_elf 

Source
pub fn load_elf<P>(input: P) -> Result<Program, MonsterError>
where P: AsRef<Path>,