back

by josephcsible·6y ago·view on hn ↗
You can have a statically-linked binary with no INTERP that still uses ASLR, by compiling with "-static-pie". IMO, improvements to statifier should go in that direction, rather than just giving up and using INTERP.
1 comments
You can theoretically, but there are now segments not covered by a reloc section with the way stratifier is currently working. Unless it builds those too and I'm missing it somehow...