modified: frida_client/src/client.rs
This commit is contained in:
parent
0d2e9408b7
commit
e53f3084fa
@ -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();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user