tech:notes_fichiers_binaire_executable_exe_elf
Ceci est une ancienne révision du document !
Notes fichiers - binaire executable exe elf
Voir aussi :
file exefile strings exefile objdump -s -j .rodata exefile ldd exefile
readelf -x .rodata hello_world.o
| -h | Displays the ELF header, which contains key information about the file’s structure. |
| -S | Lists all the sections in the ELF file, showing details about each section’s address, size, type, and attributes. |
| -l | Displays the program headers, which describe the segments used at runtime. |
| -s | Shows the symbol table, including symbols defined and used in the ELF file. |
| -r | Displays the relocation sections, showing how the binary modifies itself at runtime. |
| -d | Displays the dynamic section, which contains information about dynamic linking. |
| -n | Displays core notes, which include metadata such as the build ID. |
tech/notes_fichiers_binaire_executable_exe_elf.1746535759.txt.gz · Dernière modification : de Jean-Baptiste
