Hacker News new | ask | show | jobs
by mpakes 5229 days ago
ASLR is enabled, yes.

ASLR actually makes ret2libc much more difficult to pull off (esp. on 64-bit platforms), because the location of libc.so itself is randomized.