Take two functions in the libc.so.6 listing, for example:
setvbuf 0017a3f0
system 0014f760
The two are 0x2ac90
distant.
Upon execution with ASLR enabled, will the functions be called from addresses equally distant?
Thank you.
Take two functions in the libc.so.6 listing, for example:
setvbuf 0017a3f0
system 0014f760
The two are 0x2ac90
distant.
Upon execution with ASLR enabled, will the functions be called from addresses equally distant?
Thank you.