Post

01 - Introduction to Android App Hacking

Dalam kesempatan ini, saya mencoba untuk mengumpulkan catatan-catatan mengenai penetration test pada aplikasi Android.

Catatan ini mencakup berbagai teknik yang digunakan untuk melakukan eksploitasi pada aplikasi Android, termasuk rekomendasi teknis yang dapat diimplementasikan. Selain itu, saya juga membahas solusi untuk berbagai tantangan CTF yang terkait.

0x1 - Table of Content

A. Basic Programming

B. MASVS Resilience

1. Reverse Engineering

  • REApp 0x1: RE with jadx
  • REApp 0x2: RE with DEX Bytecode
  • REApp 0x3: RE with Native Library
  • REApp 0x4:- Obfuscation
  • Obfuscating Android Code

2. Root Detection

  • Rooting Device Realme 3 Pro
  • Detecting Root and Bypassing Anti-Root Android Flutter App
  • Detecting Root and Bypassing Anti-Root Android Kotlin App

3. Integrity Check

4. Frida

C. Capture the Flag

1337UP 2023 - Intigriti:

  • Memdump
  • Fatcher
This post is licensed under CC BY 4.0 by the author.