Function monster::load_elf[][src]

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