mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Add note about lockdown client requirement for mobile image mounter
This commit is contained in:
@@ -5,6 +5,9 @@ use openssl::sha::Sha384;
|
|||||||
|
|
||||||
use crate::{lockdownd::LockdowndClient, tss::TSSRequest, Idevice, IdeviceError, IdeviceService};
|
use crate::{lockdownd::LockdowndClient, tss::TSSRequest, Idevice, IdeviceError, IdeviceService};
|
||||||
|
|
||||||
|
/// Manages mounted images on the idevice.
|
||||||
|
/// NOTE: A lockdown client must be established and queried after establishing a mounter client, or
|
||||||
|
/// the device will stop responding to requests.
|
||||||
pub struct ImageMounter {
|
pub struct ImageMounter {
|
||||||
idevice: Idevice,
|
idevice: Idevice,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user