modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good
This commit is contained in:
parent
1f5315b79d
commit
1fb7915b17
@ -132,12 +132,6 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, close_toke
|
||||
}
|
||||
}
|
||||
}
|
||||
rr1 = lrx.recv() => {
|
||||
if let Some(bytes) = rr1 {
|
||||
//crate::log2java(String::from_utf8_lossy(&bytes).to_string());
|
||||
//FridaLib::traceFromNative(&env, );
|
||||
}
|
||||
}
|
||||
rr2 = mx.recv() => {
|
||||
if let Some(bytes) = rr2 {
|
||||
let s_c = s_cipher.lock().await;
|
||||
|
Loading…
x
Reference in New Issue
Block a user