Files
vphone-cli/CLAUDE.md
Lakr e65e78d090 Update README.md
Update README.md

Add Simplified Chinese README and link

Add README_zh-Hans.md containing a full Simplified Chinese translation of the project README and update README.md to include a link/badge to the new Chinese README. This makes the documentation accessible to zh-Hans readers.
2026-02-28 03:38:14 +09:00

645 B

vphone-cli

Virtual iPhone boot tool using Apple's Virtualization.framework with PCC research VMs.

See AGENTS.md for project conventions, architecture, and design system.

Quick Reference

  • Build: make build
  • Boot (headless): make boot
  • Boot (DFU): make boot_dfu
  • All targets: make help
  • Python venv: make setup_venv (installs to .venv/, activate with source .venv/bin/activate)
  • Platform: macOS 14+ (Sequoia), SIP/AMFI disabled
  • Language: Swift 5.10 (SwiftPM), ObjC bridge for private APIs
  • Python deps: capstone, keystone-engine, pyimg4 (see requirements.txt)