Expand description
ELF parsing boundary.
goblin types must not leak past this module: everything downstream works
with ElfMetadata, which is the only domain model of an ELF object.
Structs§
- Architecture
- Machine, ELF class and endianness: everything that decides whether two objects can be linked into the same process image.
- ElfMetadata
- Everything
elfpakneeds to know about a single ELF object.