mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +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};
|
||||
|
||||
/// 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 {
|
||||
idevice: Idevice,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user