Search code examples
clinuxunixlsbin

What is the address from which /bin/ls program execution starts?


I need to know what's the address from which /bin/ls program execution starts (after dynamic linker fix the environment, what address gets the control?) I need it in hexadecimal (0xNNN...) or decimal format


Solution

  • That would be platform dependent. For a recent system, that should actually be randomized.