modified: frida_client/src/client.rs

This commit is contained in:
Michael Wain 2025-01-03 00:32:25 +03:00
parent 0d2e9408b7
commit e53f3084fa

View File

@ -53,6 +53,7 @@ pub mod general {
loop {
interval.tick().await;
interval = time::interval(Duration::from_millis(1000 * rng.gen_range(40..=480)));
info!("The handshake has been sent!");
sock_hnd.send(&handshake.serialize()).await.unwrap();
}
});