Expand description
gen-elf is a utility for generating ELF files (Shared Objects and Relocatable Objects)
specifically designed for testing ELF loaders.
Structs§
- Dylib
Writer - A writer for generating dynamic library (Shared Object) ELF files.
- ElfWrite
Output - Result of an ELF generation process.
- ElfWriter
Config - Object
ElfOutput - Result of a relocatable object file generation.
- Object
Writer - A writer for generating relocatable object (.o) ELF files.
- Reloc
Entry - Represents a relocation entry to be generated.
- Reloc
Type - Wrapper for architecture-specific relocation types.
- Relocation
Info - Relocation metadata for testing and verification Relocation metadata for testing and verification.
- Symbol
Desc - Description of an ELF symbol to be generated.
Enums§
- Arch
- Supported CPU architectures for ELF generation.
- Section
Kind - Purpose or category of an ELF section.
- Symbol
Scope - Visibility and binding scope of an ELF symbol.
- Symbol
Type - Type of an ELF symbol.