Expand description
ELF Dynamic Linker Bootstrap Support
Provides auxiliary vector construction, interpreter discovery, and dynamic linker preparation for running dynamically-linked ELF binaries.
Structs§
- AuxVec
Entry - A single entry in the auxiliary vector passed to the dynamic linker.
- Dynamic
Linker Info - Information required to set up the dynamic linker for a binary.
Enums§
- AuxType
- Auxiliary vector entry type identifiers (from the ELF specification / Linux ABI).
Functions§
- build_
aux_ vector - Build an auxiliary vector for the dynamic linker.
- find_
interpreter - Find the interpreter path from a list of program headers.
- prepare_
dynamic_ linking - Prepare everything needed to run a dynamically linked ELF binary.