Update README.md

This commit is contained in:
Lakr
2026-03-01 02:47:52 +09:00
parent d9e66ae30d
commit 8200cd5a55
24 changed files with 1164 additions and 944 deletions
-16
View File
@@ -1,16 +0,0 @@
# vphone-cli
Virtual iPhone boot tool using Apple's Virtualization.framework with PCC research VMs.
See [AGENTS.md](./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`)
Symlink
+1
View File
@@ -0,0 +1 @@
AGENTS.md