Add note about lockdown client requirement for mobile image mounter

This commit is contained in:
Jackson Coxson
2025-02-20 17:28:24 -07:00
parent efd59d21c0
commit 75cd32c166

View File

@@ -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,
} }