Function ddbug::parse_elf [] [src]

pub fn parse_elf<'input>(
    input: &'input [u8],
    cb: &mut FnMut(&mut File) -> Result<()>
) -> Result<()>