modified: src/client.rs
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
Some checks failed
gitea/Frida-android-native/pipeline/head There was a failure building this commit
This commit is contained in:
parent
163dca53f2
commit
f68e7f2eb2
@ -99,11 +99,11 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, env: &JNIE
|
||||
FridaLib::traceFromNative(env, "There is no static_secret".to_string());
|
||||
}
|
||||
}, // payload
|
||||
2 => FridaLib::traceFromNative(env, "Got keepalive packet".to_string()),
|
||||
_ => FridaLib::traceFromNative(env, "Unexpected header value.".to_string())
|
||||
2 => { FridaLib::traceFromNative(env, "Got keepalive packet".to_string()); },
|
||||
_ => { FridaLib::traceFromNative(env, "Unexpected header value.".to_string()); }
|
||||
}
|
||||
},
|
||||
None => FridaLib::traceFromNative(env, "There is no header.".to_string())
|
||||
None => { FridaLib::traceFromNative(env, "There is no header.".to_string()); }
|
||||
}
|
||||
drop(s_cipher);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user