← Back to all articles

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

Android Reverse Engineering Toolkit: Repos Worth Using

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

SELinux in Android: Why It Exists and How It Protects the System

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

SELinux Policies on Linux vs Android: Same Engine, Different Game

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

ADB Shell for QA Engineers, Android Enthusiasts, and Cyber Researchers

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

Where Android Certificates Are Stored

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

How to Debloat Your Android Phone and Take Back Privacy

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

Android · May 27, 2026

PulseAPK: A Faster Android APK Reverse Engineering Workflow

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 24, 2026

Android Security Lab

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