Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 983 Bytes

File metadata and controls

21 lines (16 loc) · 983 Bytes

Reverse Engineering

  1. Use an Android Emulator, for example the AVD(Android Virtual Device) Manager from Android Studio to create and manage virtual devices
  2. Root your virtual device
    • for the AVD Manager you can use rootAVD
set PATH=%LOCALAPPDATA%\Android\Sdk\platform-tools;%PATH%
rootAVD.bat %LOCALAPPDATA%\Android\Sdk\system-images\android-25\google_apis\x86_64\ramdisk.img
  1. Configure your virtual device to use Burp Suite proxy to capture the traffic of the device

  2. Download Jodel and install it - APK Downloader

emulator -avd VirtualDeviceName -writable-system -http-proxy 127.0.0.1:8080