Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mobile Application Penetration Testing

You're reading from  Mobile Application Penetration Testing

Product type Book
Published in Mar 2016
Publisher Packt
ISBN-13 9781785883378
Pages 312 pages
Edition 1st Edition
Languages
Author (1):
Vijay Kumar Velu Vijay Kumar Velu
Profile icon Vijay Kumar Velu

Table of Contents (15) Chapters

Mobile Application Penetration Testing
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. The Mobile Application Security Landscape 2. Snooping Around the Architecture 3. Building a Test Environment 4. Loading up – Mobile Pentesting Tools 5. Building Attack Paths – Threat Modeling an Application 6. Full Steam Ahead – Attacking Android Applications 7. Full Steam Ahead – Attacking iOS Applications 8. Securing Your Android and iOS Applications Index

iOS isolation


The iOS operating system isolates each and every app on the system. Apps are not allowed to view or modify each other's data, business logic, and so on. Isolation prevents one app from knowing whether any other app is present on the system or whether apps can access the iOS operating system kernel until the device is jailbroken. This ensures a high degree of separation between the app and operating system.

iOS provides two types of isolation:

  • Process isolation

  • Filesystem isolation

Process isolation

In process isolation, it is not possible for a random app to read another's memory region. Inter-app communication is restricted; there are no IPCs available for any process to communicate with another process.

All apps run in their own sandboxes. Apps are isolated not only from other apps but also from the operating system. By default, all apps on a device which is not jailbroken will be running as user mobile; the XNU kernel (similar to the Android Linux kernel) has a sandbox extension...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}