Emasoft

iOS Extract Ipa — Development skill for Claude Code

Development community

Extract and statically analyze an IPA/.app bundle structure (defensive reverse-engineering).

How to install iOS Extract Ipa

Installs to ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-extract-ipa/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-extract-ipa && curl -fsSL https://raw.githubusercontent.com/Emasoft/emasoft-complete-ios-app-authoring/HEAD/commands/ios-extract-ipa.md -o ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-extract-ipa/SKILL.md

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

What iOS Extract Ipa does


description: Extract and statically analyze an IPA/.app bundle structure (defensive reverse-engineering) argument-hint: "[path-to-ipa-or-app] [--focus structure|api|security|secrets]" allowed-tools: Bash, Read, Glob, Grep, Write

/ios-extract-ipa

Defensive, static reverse-engineering of an iOS app you are **authorized** to inspect (your own build, a pentest scope, an acquisition due-diligence, malware triage). Goal: unpack the bundle, map its structure, and surface security-relevant f

Alternatives in Development

Full documentation available on GitHub

View Source Repository