Extract Ipa banner
incogbyte incogbyte

Extract Ipa

Development community

Description

--- allowed-tools: Bash, Read, Glob, Grep, Write, Edit description: Extract an iOS IPA and analyze its structure user-invocable: true argument-hint: <path to IPA or .app bundle> argument: path to IPA or .app bundle (optional) --- # /extract-ipa Extract an iOS application and perform initial structure analysis. ## Instructions You are starting the iOS reverse engineering workflow. Follow these steps: ### Step 1: Get the target file If the user provided a file path as an argument, use that.

Installation

Installs to ~/.claude/skills/incogbyte-ios-reverse-engineering-claude-skill-extract-ipa/SKILL.md

Terminal
mkdir -p ~/.claude/skills/incogbyte-ios-reverse-engineering-claude-skill-extract-ipa && curl -fsSL https://raw.githubusercontent.com/incogbyte/iOS-reverse-engineering-claude-skill/HEAD/commands/extract-ipa.md -o ~/.claude/skills/incogbyte-ios-reverse-engineering-claude-skill-extract-ipa/SKILL.md

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

Full documentation available on GitHub

View Source Repository