Implement restore_service

Remove pcap dump
This commit is contained in:
Jackson Coxson
2025-07-18 19:35:55 -06:00
parent ff76efd7bb
commit e4646ddffd
5 changed files with 370 additions and 5 deletions

View File

@@ -85,6 +85,10 @@ path = "src/os_trace_relay.rs"
name = "lockdown"
path = "src/lockdown.rs"
[[bin]]
name = "restore_service"
path = "src/restore_service.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }