ASLR

From The iPhone Wiki
Revision as of 21:45, 18 January 2012 by Geohot (talk | contribs) (Created page with "Address Space Layout Randomization ==Program and dyld== *On program load, the address space offset of the program is randomized between 0x0 and 0x100000 *It always falls on a 0x...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Address Space Layout Randomization

Program and dyld

  • On program load, the address space offset of the program is randomized between 0x0 and 0x100000
  • It always falls on a 0x1000 page boundary
  • dyld is included in this sliding section

dyld_shared_cache

  • The system libraries are now stored in a big cache file, see [[1]]
  • This is address randomized at boot time, in many possible places
  • The functions retain a fixed offset to each other.