Anatomy of an ELF executable
kishuagarwal.github.io
Anatomy of an ELF executable
1–10 of 27 posts
Re: Anatomy of an ELF executable
#2I recently dove into ELF files so I could convert ELF binaries to DOS EXE, for a little bit of retro programming with modern compilers. Not that I couldn't have used DJGPP.
Re: Anatomy of an ELF executable
#3Strongly recommend reading "How To Write Shared Libraries" by Ulrich Drepper https://software.intel.com/sites/default/files/m/a/1/e/dsoho... I recently dove into ELF files so I could convert ELF binaries to DOS EXE, for a little bit of retro programming with modern compilers. Not that I couldn't have used DJGPP.
Re: Anatomy of an ELF executable
#4Re: Anatomy of an ELF executable
#5Mods fix title: "Life of a binary"
Re: Anatomy of an ELF executable
#6Re: Anatomy of an ELF executable
#7Earlier quoted context omitted.
I don't see any option to edit the title now. Anyways, I don't see it would change any meaning of the article.
I would suggest "Anatomy of a Linux ELF executable" for the title. A binary file could be anything.