Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor - make ELF parser modular (#622)
* Factors out Elf64::parse_file_header(). * Factors out Elf64::parse_program_header_table(). * Factors out Elf64::parse_section_header_table(). * Makes program and section header scan more similar. * Moves slice_from_bytes() back in Elf64. * Removes self parameter from ELf64::get_string_in_section(). * Adds Elf64Phdr::file_range().
- Loading branch information