What exactly is randomized with ASLR in MacOS X and iOS
问题 Does anybody have a link to a documentation what exactly is randomized in what cases for latest Mac OS (10.7) and iOS (6.0)? I mean. I want to see a list (something like) Code segment (in a case A,B,C) Stack (always) Heap Data segment (never) Preferably with how many bits of randomization each thing has. All I can find is something like: "MacOS Lion implements full ASLR" and in other places "full ASLR is implemented different ways for different operation systems", which is obviously not very