Function make_state

Source
pub fn make_state<T: EndianParse>(
    file: ElfBytes<'_, T>,
) -> Result<State, String>