Knowledge base
Android Articles
Articles tagged Android, sorted from newest to oldest. Switch tags or return to all articles from the filters below.
Showing 13-18 of 18 articles tagged “Android”.
Maestro · May 26, 2026
A neutral and practical introduction to Maestro as a YAML-based UI automation tool for mobile and web testing, including use cases, strengths, limitations, and when it makes sense.
- Maestro
- Mobile Testing
- UI Testing
- Test Automation
- QA
- YAML
- Android
- iOS
- Web Testing
Android · May 25, 2026
A practical lab guide explaining Android root detection, dynamic bypass with Frida, and static APK analysis with JADX and smali.
- Android
- Reverse Engineering
- Frida
- Root Detection
- Smali
- APK
Android · May 25, 2026
A practical Android reverse-engineering guide based on static APK patching: finding root checks, modifying smali code, rebuilding the APK, and verifying the result in a lab environment.
- Android
- Reverse Engineering
- Smali
- APK
- Root Detection
- Mobile Security
Android · May 25, 2026
A short practical guide for installing a custom CA certificate into the Android system trust store for traffic interception and security testing.
- Android
- Security
- Certificates
- MITM
- Charles Proxy
- Burp Suite
- Frida
- ADB
Android · May 24, 2026
A practical Android reverse-engineering playlist covering APKTool, Jadx, Frida, smali patching, traffic interception, emulator workflows, and Android internals.
- Android
- Security
- Reverse Engineering
- Frida
- APKTool
- Jadx
- Traffic Interception
- Mobile Security
Android · Mar 27, 2026
A short practical article about what reverse engineering Android apps reveals: hardcoded secrets, weak storage, risky logging, network mistakes, and why Android security is not only about permissions.
- Android
- Security
- Reverse Engineering
- APK
- Mobile Security
- QA
- Pentesting
- OWASP
- MASVS