ELF stands for Executable and Linkable Format, a file format for files containing machine code.
I'd like to retrieve the GCC version used to compile a given executable. I tried readelf but didn't get the …
gcc elfI'd like to strip as much as I can - on Linux: an ELF. I only want in there the …
linux gcc executable elf stripCould someone explain the columns shown of the symbol table using readelf?
symbols elfGot the following error when I tried to compile a C application in 64-bit FreeBSD: relocation R_X86_64_32S can …
c compiler-construction linker elf relocationI am writing C and C++ code on Linux OS and I am using GCC. After finishing my code, I …
gcc compilation executable elf file-formatWhat exactly does -rdynamic (or --export-dynamic at the linker level) do and how does it relate to symbol visibility as …
c gcc shared-libraries elf dynamic-loading