To check for PIE, readelf -h /bin/su | grep Type
If it says EXEC, no PIE. If it says DYN, yes PIE. -- sent from my mobile On 1/23/12, Mike Gilbert <flop...@gentoo.org> wrote: > On Mon, Jan 23, 2012 at 2:40 PM, Jason A. Donenfeld <ja...@zx2c4.com> wrote: >> That way, package maintainers could fix things up bit by bit, without >> having >> to burden you alone with tinderbox troubles. > > How do I go about testing with PIE/ASLR on my own box? Is it just some > CFLAGS? > > A link to some documentation would or just a quick set of instructions > would be great. > >