Processes will always be assigned a random address in memory.

  • Base Address will be randomized
  • Library addresses will be randomized
  • Heap and Stack locations will be randomized
  • Main program address is randomized if PIE is enabled. This is to avoid predictable memory, and make it harder for binary exploitation.

Workarounds