Live data from Hacker News

Anatomy of an ELF executable

kishuagarwal.github.io

1–10 of 27 posts

Re: Anatomy of an ELF executable

#2
Strongly 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

#3

Strongly 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.

Thanks for the suggestion @dietrichepp. Will definitely read.

Re: Anatomy of an ELF executable

#7
post #6
post #5

Earlier 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.

I agree. You know of any way to edit now? Edit option is disabled now.

Re: Anatomy of an ELF executable

#9
post #7
post #6

Earlier quoted context omitted.

I would suggest "Anatomy of a Linux ELF executable" for the title. A binary file could be anything.

I agree. You know of any way to edit now? Edit option is disabled now.

Looks like a mod has taken care of it.
Post reply on HN