redpill me on address space layout randomization *holds up spork* so randum xD
Name:
Anonymous2018-12-08 22:38
>>9 It prevents you from knowing the memory layout so it protects against any exploits that require having specific things at specific addresses, if it's implemented properly. So attacks using things like ROP and buffer overflows are harder.