Index
List of the the available tutorials on this repository. Published here.
Android
- Install Android Studio to run apps (GUI)
- This tutorial explains how to install Android Studio to run apps
- Tested on Ubuntu 22.04 and Windows 10
- Install Android Emulator (command line)
- This tutorial explains how to set up and run the Android Emulator without the Android Studio GUI using the command line tools
- Install and acquire apps data on Android Emulator
- This tutorial shows how to use the the
adb
command line tool to install apps inside the Android emulator and then how to get the files produced by them to later perform a digital forensics analysis
- This tutorial shows how to use the the
- How to intercept network trafic on Android
- This tutorial can be applied to Android emulator, or a rooted phone
- Solving UnCrackable Android App Level 1 with RMS
- This tutorial shows how to solve the “UnCrackable Android App Level 1” with Runtime Mobile Security (RMS)
- Requires Frida tools