Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elf_file: Set of new functions for reading elf files
A structure was created to represent a file, a section and a strings section. Created a new functions to read a elf file, retrieve a section header based on index or name, read a section contents based on a header or name, retrieve section name and functions that print file, section and program headers. Signed-off-by: Adrian Warecki <[email protected]>
- Loading branch information