ELF stands for Executable and Linkable Format, a file format for files containing machine code.
I viewed the source code of __libc_init_array from http://newlib.sourcearchive.com/documentation/1.18.0/init_8c-source.html . But I …
gcc startup elf linker-scripts newlibI have a .a file from which I want to get architecture information. Running file myFile.a results in file.…
linux elfI get some symbol and I get (a hexdump of) an ELF file. How can I know in which section …
elf string-tableI have a binary that uses a bunch of .so files. bash-3.00$ file foo foo: ELF 32-bit LSB executable, Intel 80386, …
linux linker shared-libraries elfI build a program and it works well(I mean that I can run this program). But when I use "…
elf readelfHow do I find out which functions of a shared object are used by a program or an other library? …
c linux shared-libraries elf objdumpI developed a small cpp program on platform of Ubuntu-Linux 11.10. Now I want to reverse engineer it. I am beginner. …
linux reverse elfI have a problem linking some shared library with g++. It gives me a warning like: hidden symbol XXX in …
c++ gcc linker shared-libraries elf