Acquire banner
ivRodriguezCA ivRodriguezCA

Acquire

Development community

Description

--- description: "Download, extract, and decrypt a mobile app from its official store" argument-hint: "<bundle-id-or-package-name> [--platform ios|android|both] [--target <name>]" --- # /acquire: Download, Extract, and Decrypt a Mobile App ## Usage ``` /acquire <bundle_id_or_package_name> [--platform ios|android|both] [--target <name>] ``` ## Description Downloads a mobile application from the App Store (iOS) or Play Store (Android), extracts the archive, decrypts iOS binaries using MobHunt

Installation

Installs to ~/.claude/commands/ivrodriguezca-mobhunt-acquire.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ivRodriguezCA/MobHunt/HEAD/.claude/commands/acquire.md -o ~/.claude/commands/ivrodriguezca-mobhunt-acquire.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository