pub struct NoteIterator<'data, Elf> where
Elf: FileHeader, { /* private fields */ }
Expand description
An iterator over the notes in an ELF section or segment.
pub struct NoteIterator<'data, Elf> where
Elf: FileHeader, { /* private fields */ }
An iterator over the notes in an ELF section or segment.