Modules
Structs
- Note representing the
.note.android.identsection - Note representing core auxiliary vector (
NT_AUXV) - Note representing core mapped files (
NT_FILE) - Note representing core process info (
NT_PRPSINFO) - Note representing core process status (
NT_PRSTATUS) - Note representing core signal information (
NT_SIGINFO) - Generic note
- Note representing an ABI tag (e.g.
NT_GNU_ABI_TAG) - Note representing a GNU Property (
NT_GNU_PROPERTY_TYPE_0) - Note representing the QNX stack information
Enums
- The different notes recognized and supported by LIEF
- Enum of the different GNU property subtypes
- LIEF representation of the ELF
NT_values.
Traits
- Trait shared by all
Notes