Feature/dvt_notifications (#31)

* "feat: Monitor memory and app notifications  "

* "[MOD] treat both as the negative and positive representation of the channel code in the response"

* "feat: dvt add the notifications to Monitor memory and app notifications"

* "[MOD]print the notifications in tools"

* PR cleanup

* Fix clippy warning

---------

Co-authored-by: Jackson Coxson <jkcoxson@gmail.com>
This commit is contained in:
ValorBao
2025-09-25 23:34:13 +08:00
committed by GitHub
parent d2b9b7acba
commit ec81169347
7 changed files with 275 additions and 3 deletions

View File

@@ -2,8 +2,7 @@
use clap::{Arg, Command};
use idevice::{
IdeviceService, amfi::AmfiClient, lockdown::LockdownClient,
mobileactivationd::MobileActivationdClient,
IdeviceService, lockdown::LockdownClient, mobileactivationd::MobileActivationdClient,
};
mod common;