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

Static code analysis


As part of reverse engineering, performing static code analysis is not a simple task as it requires fairly good understanding of the assembly language and the app language by itself. However, one can use some of the available commercial tools to perform this task.

Loading the app into Hopper provides excellent details about the code and the app itself, as shown in the following screen capture. Hopper provides the feature of pseudo code and control flow graph (CFG).

You can view the assembly level using CFG; as shown in the following figure, Hopper provides the option to export this into PDF:

OpenURL schemes

In this section, let's take up the challenge of Security Decisions via Untrusted Input (Chapter 1, The Mobile Application Security Landscape). This can be achieved by following these simple steps:

  1. Load the app executable into Hopper. Search for OpenURL in the labels.

  2. Select AppDelegate Application:openURL and click on the Pseudo Code, and you should be able to see the...

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}