About 8,160,000 results
Open links in new tab
  1. What is the difference between ELF files and bin files?

    Mar 11, 2010 · The final images produced by compilers include both a bin file and an ELF (Extended Loader Format) file. What is the difference between the two, and what is the utility …

  2. What is ELF file? - Stack Overflow

    Aug 6, 2014 · ELF is the Executable and Linkable Format, the file format for executables, libraries and object files used by most operating systems that aren't Windows or OS X.

  3. ELF files - What is a section and why do we need it?

    How are ELF files generated? is it the compiler responsibility? They can be generated by a compiler, an assembler, or any other tool that can generate them. Even your own program you …

  4. How to make an executable ELF file in Linux using a hex editor?

    Oct 10, 2014 · Just curious. This obviously isn't a very good solution for actual programming, but say I wanted to make an executable in Bless (a hex editor). My architecture is x86. What's a …

  5. Extract detailed symbol information (struct members) from elf file ...

    Jun 10, 2014 · Extract detailed symbol information (struct members) from elf file compiled with ARM-GCC Asked 11 years, 6 months ago Modified 7 years, 9 months ago Viewed 20k times

  6. Difference between Executable and Linkable Format(.elf) and …

    Nov 8, 2018 · file ./out/main.o: ELF 32-bit LSB relocatable, Atmel AVR 8-bit, version 1 (SYSV), not stripped file ./out/main.elf: ELF 32-bit LSB executable, Atmel AVR 8-bit, version 1 (SYSV), …

  7. What's the difference of section and segment in ELF file format

    Jan 16, 2013 · The segments contain information that is necessary for runtime execution of the file, while sections contain important data for linking and relocation. Any byte in the entire file …

  8. linux - How can I get the source code paths from an ELF file's …

    I want to get the source code path & source names from through an ELF file that was compiled with debugging information (gcc -g). The .debug_str section contains what I need, but how can …

  9. stm32 - Objcopy ELF to .bin file - Stack Overflow

    Apr 6, 2018 · After compilation, the *.elf file is converted to *.hex. CRC value is added in *.hex file via srec_cat application. Now the *.hex file is converted to *.bin. The BIN file is then stored on …

  10. official/definitive ELF specification - Stack Overflow

    Feb 14, 2025 · The ELF Wikipedia page mentions some history, that there was the 86open project to "form consensus on a common binary file format for Unix and Unix-like operating systems".