Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
supported 3.12.0c arm64-v8a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Feb 17, 2022
1 parent 13b1769 commit 4b18ae7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</tbody>
</table>

![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 |
Expand Down Expand Up @@ -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 |


Expand Down
7 changes: 7 additions & 0 deletions taikari.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
}
};

Expand Down

0 comments on commit 4b18ae7

Please sign in to comment.