-5

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

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
wooden
  • 123
  • 1
  • 8

1 Answers1

2

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

too honest for this site
  • 12,050
  • 4
  • 30
  • 52