From 4b18ae7a098ebb6460e54c403b02fdd295b8272b Mon Sep 17 00:00:00 2001 From: TheSnowfield Date: Thu, 17 Feb 2022 09:10:39 +0800 Subject: [PATCH] supported 3.12.0c arm64-v8a --- README.md | 3 ++- taikari.js | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76fc983..96c8b43 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ -![ver](https://img.shields.io/badge/taikari-v0.5.0-blue) ![arc](https://img.shields.io/badge/arcaea-3.11.2c-716dba) +![ver](https://img.shields.io/badge/taikari-v0.6.0-blue) ![arc](https://img.shields.io/badge/arcaea-3.12.0c-716dba) ## Hack Tool Sets | name | description | @@ -44,6 +44,7 @@ $ frida -U -f "moe.low.arc" --no-pause -l taikari.js | :-------------- | :----------------- | | 3.11.2c_1019305 | arm64-v8a | | 3.11.2c_1019305 | armeabi-v7a | +| 3.12.0c_1020007 | arm64-v8a | | 3.12.0c_1020007 | armeabi-v7a | diff --git a/taikari.js b/taikari.js index 26e39cd..397e1c9 100644 --- a/taikari.js +++ b/taikari.js @@ -61,6 +61,13 @@ const config = { { name: 'libcocos2dcpp.so!OnlineManager::sendHttpRequest', proc: 0x3584c1 }, { name: 'libcocos2dcpp.so!OnlineManager::setFavoriteCharacter', proc: 0x7b0009 } ], + '3.12.0c_1020007_arm64-v8a': [ + { name: 'libcocos2dcpp.so!curl_easy_setopt', proc: 0xe112e4 }, + { name: 'libcocos2dcpp.so!easy_perform', proc: 0x6ff1e0 }, // curl_easy_perform also calling this + { name: 'libcocos2dcpp.so!OnlineManager::OnlineManager', proc: 0xbf1234 }, + { name: 'libcocos2dcpp.so!OnlineManager::sendHttpRequest', proc: 0x567064 }, + { name: 'libcocos2dcpp.so!OnlineManager::setFavoriteCharacter', proc: 0xd463fc } + ] } };