Struct goblin::elf::note::Note
[−]
[src]
pub struct Note<'a> {
pub n_type: u32,
pub name: &'a str,
pub desc: &'a [u8],
}A 32/64 bit Note struct, with the name and desc pre-parsed
Fields
n_type: u32
The type of this note
name: &'a str
NUL terminated string, where namesz includes the terminator
desc: &'a [u8]
arbitrary data of length descsz