Live data from Hacker News

Anatomy of an ELF executable

kishuagarwal.github.io

11–20 of 27 posts

Re: Anatomy of an ELF executable

#12
> You can ignore the directives starting with cfi. They are used for call stack unwinding in case of exceptions.

It might be worth compiling with -fno-asynchronous-unwind-tables, which will get rid of those.

Re: Anatomy of an ELF executable

#13

> You can ignore the directives starting with cfi. They are used for call stack unwinding in case of exceptions. It might be worth compiling with -fno-asynchronous-unwind-tables, which will get rid of those.

Thanks for the suggestion. Do you have any good reference for reading about this feature?

Re: Anatomy of an ELF executable

#14
post #13

> You can ignore the directives starting with cfi. They are used for call stack unwinding in case of exceptions. It might be worth compiling with -fno-asynchronous-unwind-tables, which will get rid of those.

Thanks for the suggestion. Do you have any good reference for reading about this feature?

GCC's option page lists what it does: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html. However, it's not all that obvious that this is the flag that controls whether the "cfi" labels are emitted. Here's a more general Stack Overflow question about creating nice assembly output: https://stackoverflow.com/questions/38552116/how-to-remove-n...

Re: Anatomy of an ELF executable

#15
post #13

Earlier quoted context omitted.

Thanks for the suggestion. Do you have any good reference for reading about this feature?

GCC's option page lists what it does: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html . However, it's not all that obvious that this is the flag that controls whether the "cfi" labels are emitted. Here's a more general Stack Overflow question about creating nice assembly output: https://stackoverflow.com/questions/38552116/how-to-remove-n...

Nice. Thanks for sharing the stackoverflow link. Will check that.

Re: Anatomy of an ELF executable

#20
Even you can't believe there is a hen in world's biggest animals See the video how they looks and what they do https://cutt.ly/1rOU7Q

Fish walking with legs like humans See the video on link below http://bit.ly/2XRGyYD

This couple is different Girls are both twins and boys are also twin brothers see how they look in video http://bit.ly/2VwoZQd

A cute dog is dancing in video Just watch this video and try to control your laugh http://bit.ly/2ZK1XVs

Post reply on HN