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
That would be platform dependent. For a recent system, that should actually be randomized.