Module elf

Source
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ยง

AttributesWriter
A helper for writing an attributes section.
Class
An ELF file class.
FileHeader
Native endian version of elf::FileHeader64.
ProgramHeader
Native endian version of elf::ProgramHeader64.
Rel
Unified native endian version of elf::Rel64 and elf::Rela64.
SectionHeader
Native endian version of elf::SectionHeader64.
SectionIndex
The index of an ELF section.
Sym
Native endian version of elf::Sym64.
SymbolIndex
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.