lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Sean Conner:

>   I just tested Linux 2.6.9 and 2.6.35, and yes, both will randomize the
> base stack address, but not necessarily library function addresses:

Oh, I think those are PLT addresses, then.
dlsym(RTLD_DEFAULT, "srand") returns a randomized
address, but the PLT address is constant (unless you
compile with -fPIE or as a dynamic shared object).