mirror of
https://github.com/stulle123/kakaotalk_analysis.git
synced 2024-11-26 15:32:15 +00:00
Update loco-tracer script
This commit is contained in:
parent
0ee41ca2a6
commit
23a54e4809
|
@ -54,7 +54,6 @@ Java.perform(function () {
|
|||
hookKeyGeneratorGetInstance(); // Kakaotalk
|
||||
hookKeyGeneratorGetInstance2();
|
||||
hookKeyGeneratorGetInstance3();
|
||||
hookKeyGeneratorInit(); // Kakaotalk
|
||||
hookKeyPairGeneratorGetInstance(); // Kakaotalk
|
||||
*/
|
||||
// hookV2SLSinkInit(); // Kakaotalk
|
||||
|
@ -79,6 +78,7 @@ Java.perform(function () {
|
|||
// hookIVParameterSpecDefInit2(); // Kakaotalk
|
||||
// hookSecretKeySpecDefInit1(); // Kakaotalk
|
||||
// hookSecretKeySpecDefInit2(); // Kakaotalk
|
||||
hookKeyGeneratorInit(); // Kakaotalk
|
||||
hookKeyGeneratorGenerateKey(); // Kakaotalk
|
||||
hookLocoCipherHelper();
|
||||
// hookLocoCipherHelper_2();
|
||||
|
@ -88,7 +88,7 @@ Java.perform(function () {
|
|||
hookSecretChatHelper();
|
||||
hookSecretChatHelper_2();
|
||||
hookSecretChatHelper_3();
|
||||
hookLocoPubKeyInfo();
|
||||
// hookLocoPubKeyInfo();
|
||||
// hookWTFbase64();
|
||||
// hookLocoCipherHelper_5();
|
||||
// hookLocoSKeyInfo();
|
||||
|
@ -777,7 +777,7 @@ function hookLocoCipherHelper_6() {
|
|||
var locoCipherHelper = Java.use("com.kakao.talk.secret.LocoCipherHelper")["l"].overload();
|
||||
locoCipherHelper.implementation = function () {
|
||||
console.log("hookLocoCipherHelper6 called!");
|
||||
key = locoCipherHelper.call(this);
|
||||
var key = locoCipherHelper.call(this);
|
||||
dumpByteArray("Generated shared secret", key);
|
||||
console.log("##############################################")
|
||||
return locoCipherHelper.call(this);
|
||||
|
|
Loading…
Reference in New Issue
Block a user