mobile-security

Community

Reverse and analyze mobile apps efficiently.

Authorkiwamizamurai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides you through reverse engineering and security analysis of mobile apps (APK/IPA), helping you uncover hardcoded secrets, insecure configurations, and protection bypass techniques.

Core Features & Use Cases

  • APK/IPA analysis: Decompile, inspect resources, and search for secrets.
  • Frida/objection guidance: Dynamic analysis and instrumentation tips.
  • CTF patterns: Locate flags in resources, native libraries, or runtime checks.

Quick Start

Example steps to analyze an APK:

  • file app.apk
  • apktool d app.apk -o extracted/

Dependency Matrix

Required Modules

None required

Components

reference

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mobile-security
Download link: https://github.com/kiwamizamurai/cctf/archive/main.zip#mobile-security

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository