Crate elf_parser
source ·Expand description
To parse the elf file and map it to the memory space
Re-exports
pub use crate::arch::get_relocate_pairs;
Modules
- Architecture-specific types and operations.
Structs
- The segment of the elf file, which is used to map the elf file to the memory space
Functions
- To get the app stack and the information on the stack from the ELF file
- To parse the elf file and get the auxv vectors
- To parse the elf file and return the segments of the elf file
- To parse the elf file and return the segments of the elf file