TheCodeArtist / elf-parser Public
Identifying/Extracting various sections of an ELF file
License
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
elf-parser ========== Identifying/Extracting various sections of an ELF file ============= 1. NOTES ============= This section contains random thoughts during development. 1. Theoretical "hole" exists between elf-header and program-header. elf-header ends at elf_header.e_ehsize program-header starts at elf_header.e_phoff 2. Dynamic-linked libraries (*.so) == ELF Static-linked libraries (*.a) == archive (no ELF!) Licensed under the Creative Commons License. Refer LICENSE.md for more details.
About
Identifying/Extracting various sections of an ELF file
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published