Skip to main content

parse_sohm_list

Function parse_sohm_list 

Source
pub fn parse_sohm_list(
    file_data: &[u8],
    list_addr: usize,
    num_messages: u16,
    offset_size: u8,
) -> Result<Vec<SohmEntry>, FormatError>
Expand description

Parse a SOHM list (signature “SMLI”) and return all entries.