Address Space Layout Randomization (ASLR)

ASLR is an exploit mitigation technique introduced with iOS 4.3. ASLR randomizes the application object's location in the memory, making it difficult to exploit the memory corruption vulnerabilities.