The Executable and Linkable Format (ELF) is a common file format used to represent executable files, object code, shared objects, and core dumps. ELF is used on Linux and many Unix-like operating systems.
https://en.wikipedia.org/wiki/Executable_and_Linkable_Format
Links to this note
- .debug_* sections
- .debug_info section used for attribution
- binary file
- burneye
- compiler
- DWARF
- ELF header
- elfmaster
- ERESI
- evasionbydeoptimization-balci2024
- executable file
- LD_PRELOAD
- LD_PRELOAD
- ldd
- learninglinuxbinaryanalysis-oneill2016
- Maya's Veil
- midgetpack
- objcopy
- objdump –dwarf=info
- objobf
- program headers (ELF)
- readelf
- readelf -S
- section headers (ELF)
- sections (ELF)
- segments (ELF)
- Skeksi virus
- strip -R
- stripBinary
- teensy ELF files
- UPX