Module dof::des[][src]

Functions to deserialize crate types from DOF.

Functions

collect_dof_sections

Return the raw byte blobs for each DOF section in the given object file

deserialize_raw_sections

Deserialize the raw C-structs for the file header and each section header, along with the byte array for those sections.

deserialize_section

Deserialize a Section from a slice of DOF bytes

extract_dof_sections

Extract DOF sections from the given object file (ELF or Mach-O)

is_dof_section

Return true if the given byte slice is a DOF section of an object file.