Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Mobile App Reverse Engineering
  • Table Of Contents Toc
  • Feedback & Rating feedback
Mobile App Reverse Engineering

Mobile App Reverse Engineering

By : Mishra
4.3 (6)
close
close
Mobile App Reverse Engineering

Mobile App Reverse Engineering

4.3 (6)
By: Mishra

Overview of this book

Mobile App Reverse Engineering is a practical guide focused on helping cybersecurity professionals scale up their mobile security skills. With the IT world’s evolution in mobile operating systems, cybercriminals are increasingly focusing their efforts on mobile devices. This book enables you to keep up by discovering security issues through reverse engineering of mobile apps. This book starts with the basics of reverse engineering and teaches you how to set up an isolated virtual machine environment to perform reverse engineering. You’ll then learn about modern tools such as Ghidra and Radare2 to perform reverse engineering on mobile apps as well as understand how Android and iOS apps are developed. Next, you’ll explore different ways to reverse engineer some sample mobile apps developed for this book. As you advance, you’ll learn how reverse engineering can help in penetration testing of Android and iOS apps with the help of case studies. The concluding chapters will show you how to automate the process of reverse engineering and analyzing binaries to find low-hanging security issues. By the end of this reverse engineering book, you’ll have developed the skills you need to be able to reverse engineer Android and iOS apps and streamline the reverse engineering process with confidence.
Table of Contents (13 chapters)
close
close
1
Section 1: Basics of Mobile App Reverse Engineering, Common Tools and Techniques, and Setting up the Environment
4
Section 2: Mobile Application Reverse Engineering Methodology and Approach
8
Section 3: Automating Some Parts of the Reverse Engineering Process

Extracting the Java source code

The first objective of reverse engineering is to get the original source code with maximum accuracy. As we have the application package downloaded on our Ubuntu virtual machine, let's use the JADX tool to get the Java code.

However, it might also be a good idea to simply unzip the APK and extract its contents to see what's inside:

Figure 3.5 – Extracted contents of the APK

In order to use the JADX tool, open the directory where you extracted the JADX .zip file (as explained in Chapter 2, Setting Up a Mobile App Reverse Engineering Environment Using Modern Tools). Once in the directory, right-click to select the Open in Terminal option. In the opened Terminal window, type the following command to run JADX:

# cd bin/
# ./jadx-gui

In the JADX window, open the APK file you just downloaded. Refer to Chapter 2, Setting Up a Mobile App Reverse Engineering Environment Using Modern Tools, to see how to do this...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Mobile App Reverse Engineering
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon