mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
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.
645 B
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 withsource .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(seerequirements.txt)