# Mobile Testing

# Official Reference

# Courses

# Testing

# General Approach

  1. Stolen Device Threat
    • Jailbreak / Root
    • File System
  2. Static Analysis (Application)
    • Decompile / Deobfuscate / Decrypt
    • File System
    • Networking
    • Static Assets / Components / Permissions
    • Information Disclosure
    • Strings / Hardcoded Credentials
  3. Dynamic Analysis (Application)
    • Intended Usage
    • Unintended Usage
    • Malicious Usage

# Basic Concepts

# Intermediate Concepts

# Advanced Concepts

# Tools

# Cool Projects

# Blogs