Live data from Hacker News

Elf Hello World

cirosantilli.com

31–32 of 32 posts

Re: Elf Hello World

#31
In elftoolchain you'll see some elfs having a size of 52 instead of 64

https://github.com/sergev/elftoolchain/search?utf8=%E2%9C%93...

Also it is interesting that the powerpc elf loader verifies that the e_ehsize is the same size as the allocated buffer, perhaps they had an issue at one point.

https://github.com/torvalds/linux/blob/ba6d973f78eb62ffebb32...

Re: Elf Hello World

#32
post #25
post #13

My favourite page on ELF executables of all time: http://www.muppetlabs.com/~breadbox/software/tiny/teensy.htm... , "A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux (or, 'Size Is Everything')"

That one is awesome and inspired me to write http://www.hanshq.net/making-executables.html

I like your page about making Android executables, especially the quote from Carmac and comment about the vurtues of being control freak. Have you tried to do the same thing for iOS? What is the current file and directory count for Xcode?
Post reply on HN