Expand description
Support for writing ELF files.
Provides Writer for low level writing of ELF files.
This is also used to provide ELF support for write::Object.
Structsยง
- Attributes
Writer - A helper for writing an attributes section.
- Class
- An ELF file class.
- File
Header - Native endian version of
elf::FileHeader64. - Program
Header - Native endian version of
elf::ProgramHeader64. - Rel
- Unified native endian version of
elf::Rel64andelf::Rela64. - Section
Header - Native endian version of
elf::SectionHeader64. - Section
Index - The index of an ELF section.
- Sym
- Native endian version of
elf::Sym64. - Symbol
Index - The index of an ELF symbol.
- Verdef
- Information required for writing
elf::Verdef. - Vernaux
- Information required for writing
elf::Vernaux. - Verneed
- Information required for writing
elf::Verneed. - Writer
- A helper for writing ELF files.