mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Update features in readme
This commit is contained in:
40
README.md
40
README.md
@@ -21,36 +21,38 @@ but the API and feature-set are far from final or even planned.
|
||||
|
||||
To keep dependency bloat and compile time down, everything is contained in features.
|
||||
|
||||
- afc - Apple File Conduit, partial/in-progress support
|
||||
- core_device_proxy - Start a secure tunnel to access protected services
|
||||
- debug_proxy - Send GDB commands
|
||||
- dvt - Developer tools/instruments
|
||||
- heartbeat - Heartbeat the device
|
||||
- installation_proxy - Install/manage apps, partial support
|
||||
- springboardservices - Manage the sprinboard, partial support
|
||||
- misagent - Manage provisioning profiles
|
||||
- mobile_image_mounter - Manage the DDI mounted on the device
|
||||
- location_simulation - Simulate the GPS location
|
||||
- tcp - Connect to devices over TCP
|
||||
- tunnel_tcp_stack - Naive software TCP stack for core_device_proxy
|
||||
- tss - Requests to Apple's TSS servers, partial support
|
||||
- tunneld - Interface with pymobiledevice3's tunneld
|
||||
- usbmuxd - Connect to devices over usbmuxd daemon
|
||||
- xpc - Get protected services over RSD via XPC
|
||||
- full (all features)
|
||||
| Feature | Description |
|
||||
|------------------------|-----------------------------------------------------------------------------|
|
||||
| `afc` | Apple File Conduit for file system access.|
|
||||
| `amfi` | Apple mobile file integrity service |
|
||||
| `core_device_proxy` | Start a secure tunnel to access protected services. |
|
||||
| `crashreportcopymobile`| Copy crash reports.|
|
||||
| `debug_proxy` | Send GDB commands to the device.|
|
||||
| `dvt` | Access Apple developer tools (e.g. Instruments).|
|
||||
| `heartbeat` | Maintain a heartbeat connection.|
|
||||
| `installation_proxy` | Manage app installation and uninstallation.|
|
||||
| `springboardservices` | Control SpringBoard (e.g. UI interactions). Partial support.|
|
||||
| `misagent` | Manage provisioning profiles on the device.|
|
||||
| `mobile_image_mounter` | Manage DDI images.|
|
||||
| `location_simulation` | Simulate GPS locations on the device.|
|
||||
| `pair` | Pair the device.|
|
||||
| `tcp` | Connect to devices over TCP.|
|
||||
| `tunnel_tcp_stack` | Naive in-process TCP stack for `core_device_proxy`.|
|
||||
| `tss` | Make requests to Apple’s TSS servers. Partial support.|
|
||||
| `tunneld` | Interface with [pymobiledevice3](https://github.com/doronz88/pymobiledevice3)’s tunneld. |
|
||||
| `usbmuxd` | Connect using the usbmuxd daemon.|
|
||||
| `xpc` | Access protected services via XPC over RSD. |
|
||||
|
||||
### Planned/TODO
|
||||
|
||||
Finish the following:
|
||||
|
||||
- lockdown support
|
||||
- springboard
|
||||
|
||||
Implement the following:
|
||||
|
||||
- amfi
|
||||
- companion_proxy
|
||||
- crash_reports
|
||||
- diagnostics
|
||||
- house_arrest
|
||||
- mobilebackup2
|
||||
|
||||
Reference in New Issue
Block a user