Skip to main content

Crate gen_elf

Crate gen_elf 

Source
Expand description

gen-elf is a utility for generating ELF files (Shared Objects and Relocatable Objects) specifically designed for testing ELF loaders.

Structs§

DylibWriter
A writer for generating dynamic library (Shared Object) ELF files.
ElfWriteOutput
Result of an ELF generation process.
ElfWriterConfig
ObjectElfOutput
Result of a relocatable object file generation.
ObjectWriter
A writer for generating relocatable object (.o) ELF files.
RelocEntry
Represents a relocation entry to be generated.
RelocType
Wrapper for architecture-specific relocation types.
RelocationInfo
Relocation metadata for testing and verification Relocation metadata for testing and verification.
SymbolDesc
Description of an ELF symbol to be generated.

Enums§

Arch
Supported CPU architectures for ELF generation.
SectionKind
Purpose or category of an ELF section.
SymbolScope
Visibility and binding scope of an ELF symbol.
SymbolType
Type of an ELF symbol.