The question is simple:
How can I enable ASLR on my Xcode iOS project?
I don't find any ASLR options in the target settings.
The question is simple:
How can I enable ASLR on my Xcode iOS project?
I don't find any ASLR options in the target settings.
ASLR is an important exploit mitigation technique introduced in iOS 4.3. ASLR makes the remote exploitation of memory corruption vulnerabilities significantly more difficult by randomizing the application objects’ location in the memory. By default, iOS applications use limited ASLR and only randomize part of the objects in the memory.
Follow the link where deply describe about ASLR and may be you can find solution.