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

Reverse engineering


The process of collecting the source code from a binary is called reverse engineering. It is a combination of system analysis and static code analysis. It is the art of deducing the app implementation and design details of a given target app. In this section, we will walk through a step-by-step process for reverse engineering a given iOS app by extracting the class information and understand any leakage through comments, hardcoded message as well as memory protection.

Extracting the class information

In order to gain better understanding of the target app regarding any kind of information that can be potentially exploited and also understand if there are any vulnerable classes, we will use class-dump (32 bit) or class-dump-z (64 bit). This will work only on unsigned apps and we will be able to extract complete class information in a human-readable form. The following screenshot showcases the running of the class-dump-z on iGoat app, which can be done even for a DVIA app...

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}