Top "Elf" questions

ELF stands for Executable and Linkable Format, a file format for files containing machine code.

Objcopy elf to bin file

I have STM32F404 board and I am trying to flash it. I am following this tutorial. In the project …

stm32 elf bin objcopy
Why GCC compiled C program needs .eh_frame section?

Test is on 32 bit x86 Linux with gcc 4.6.3 When using gcc to compile a C program and using readelf to …

c assembly exception-handling x86 elf
What do the .eh_frame and .eh_frame_hdr sections store, exactly?

I know that, when using languages that support exceptions, such as C++, additional information must be provided to the runtime …

linux gcc exception-handling elf
How to create a executable hex from elf file format

I am very very new to this, I have elf file input.out and need to create hex executable from …

linux gcc elf icc objcopy
ELF core file format

Short of digging through GDB source, where can I find documentation about the format used to create core files? The …

gdb elf coredump
Adding section to ELF file

I need to be able to add an arbitrary section to an ELF file. I cannot use GPL code in …

c linux elf
Force GNU linker to generate 32 bit ELF executables

Hi I am currently generating x86 assembly for a compiler that I am writing and am having some trouble linking …

linux assembly x86 ld elf
loading ELF file in C in user space

I am trying to load an ELF file compiled with "gcc -m32 test.c -o test.exe" on Linux in …

linux assembly loader elf
How can I find which ELF dependency is not fulfilled?

I've built a test ELF program using the LSB SDK (note that my question is not specific to LSB): $ /opt/…

linux elf dynamic-linking
Decompile ELF on Windows

I want to decompile file ELF 64-bit LSB executable with IDA on Windows, Its possible? If no, How can I …

elf decompiling ida