ipsw-skill
Apple firmware reverse engineering and binary analysis
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ipsw-skill?โผ
Run `npx skills add blacktop/ipsw-skill --all -g -y` in your terminal to install it globally. You also need the ipsw CLI, available via `brew install blacktop/tap/ipsw`.
What can I reverse engineer with ipsw?โผ
You can analyze iOS and macOS Mach-O binaries, disassemble functions in the dyld_shared_cache, extract kernelcaches and KEXTs, and dump Objective-C headers from private frameworks.
How to extract a kernel from an IPSW file?โผ
Ask your agent to extract the kernel, and it will run commands like `ipsw extract --kernel` on your IPSW file. Remote extraction from a URL is also supported without a full download.
Does ipsw-skill work with Claude Code and Gemini CLI?โผ
Yes. It follows the standard SKILL.md format and works with Claude Code, Codex CLI, Gemini CLI, and Pi.
Can ipsw diff two iOS firmware versions?โผ
Yes. It compares two IPSWs or OTAs and reports added or removed binaries, entitlement changes, and KEXT differences in a markdown report.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core