6 releases
new 0.1.5 | Jan 13, 2025 |
---|---|
0.1.4 | Jan 10, 2025 |
#185 in Hardware support
714 downloads per month
37KB
821 lines
idevice
A Rust library for interacting with iOS services. Inspired by libimobiledevice and pymobiledevice3, this library interfaces with lockdownd and usbmuxd to perform actions on an iOS device that a Mac normally would.
State
This library is in development and research stage. Releases are being published to crates.io for use in other projects, but the API and feature-set are far from final or even planned.
- lockdownd connection
- SSL support
- Heartbeat
- Pairing file
- Instproxy (partial support)
- afc
- amfi
- companion proxy
- diagnostics
- file relay
- house arrest
- misagent (certificates)
- RemoteXPC
- Debug server
- Image mounting
- mobile backup
- notification proxy
- screenshot
- simulate location
- web inspector
- usbmuxd connection
- Documentation
As this project is done in my free time within my busy schedule, there is no ETA for any of these. Feel free to contribute or donate!
Version Policy
As Apple prohibits downgrading to older versions, this library will not keep compatibility for older versions than the current stable release.
Developer Disk Images
doronz88 is kind enough to maintain a repo
for disk images and personalized images.
On MacOS, you can find them at ~/Library/Developer/DeveloperDiskImages
on a Mac.
License
MIT
Dependencies
~5–7MB
~140K SLoC