Knowledge base
APK Articles
Articles tagged APK, sorted from newest to oldest. Switch tags or return to all articles from the filters below.
Showing 1-5 of 5 articles tagged “APK”.
Android · Jun 4, 2026
A practical guide to Android-focused reverse engineering and mobile security tools from my GitHub star lists: static analysis, dynamic analysis, APK patching, traffic inspection, Frida workflows, emulators, and vulnerable labs.
- Android
- Reverse Engineering
- Mobile Security
- APK
- Frida
- JADX
- MobSF
- Burp Suite
- mitmproxy
- Dynamic Analysis
- Static Analysis
- AppSec
Android · May 27, 2026
How I simplified the repetitive Android APK workflow by building PulseAPK, a cross-platform helper tool for decompiling, inspecting, rebuilding, and signing APK files.
- Android
- APK
- Reverse Engineering
- Mobile Security
- apktool
- jadx
- PulseAPK
- Avalonia
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 · 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