Knowledge base
Mobile Security Articles
Articles tagged Mobile Security, sorted from newest to oldest. Switch tags or return to all articles from the filters below.
Showing 1-11 of 11 articles tagged “Mobile Security”.
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 · Jun 4, 2026
A simple practical explanation of SELinux in Android: mandatory access control, domains, contexts, app sandboxing, enforcing mode, audit logs, and what it means for QA and Android security research.
- Android
- SELinux
- Cybersecurity
- Mobile Security
- AppSec
- Linux
- Android Internals
- QA
- Reverse Engineering
Linux · Jun 4, 2026
A practical explanation of how SELinux policy works on regular Linux distributions compared to Android phones, why Android uses SELinux differently, and what it means for QA, AppSec, reverse engineering, and system debugging.
- Linux
- Android
- SELinux
- Mobile Security
- AppSec
- Cybersecurity
- AOSP
- Root
- Reverse Engineering
- System Hardening
Android · Jun 3, 2026
A practical Android guide explaining how adb shell helps with app testing, debugging, emulator control, logs, packages, permissions, network checks, screenshots, file access, and mobile security research.
- Android
- ADB
- Android Emulator
- QA
- Mobile Testing
- Cybersecurity
- Mobile Security
- AppSec
- Logcat
- Android Studio
- Reverse Engineering
- Android Testing
Android · Jun 3, 2026
A practical Android security guide explaining system CAs, user-installed certificates, Network Security Config, TLS trust, certificate pinning, and what this means for mobile app testing.
- Android
- Cybersecurity
- Mobile Security
- Certificates
- TLS
- HTTPS
- Burp Suite
- Charles Proxy
- Network Security Config
- AppSec
Android · May 28, 2026
A practical Android privacy guide: remove unnecessary apps, reduce background tracking, control permissions, and make your phone faster, cleaner, and less annoying.
- Android
- Privacy
- Debloat
- Mobile Security
- F-Droid
- Open Source
- Smartphones
iPhone · May 28, 2026
A practical look at how iPhone jailbreak started, why it mattered, why it became harder, and what the decline of jailbreak says about modern phones.
- iPhone
- Jailbreak
- iOS
- Apple
- Mobile Security
- Reverse Engineering
- Right to Repair
- Privacy
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 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 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