name | description |
---|---|
captureSSL | Capture the SSL traffic print to screen |
dumpCertficate | Hex dump the latest P12 certificate |
hookOnlineManagerCtor | An almost perfect hook scheme of OnlineManager. |
challengeHookTest | Test the challenge hook |
challengeServer | Challenge server over the HTTP |
pretendArcVersion | Set the fake arcaea version |
pretendDeviceId | Set the fake device id |
- Install frida-server following the official documentation.
- Copy the
files
folder to/system/usr/
then renaming totaikari
.
Recommend to use Frida 15 and Android 7+.
$ frida -U -f "moe.low.arc" --no-pause -l taikari.js
# Optional for Frida 16: frida -U -f "moe.low.arc" -l taikari.js
# -U (use USB device)
# -f (spawn the target app)
# --no-pause (do not pause the thread while app start)
# -l (load script)
Arcaea (build) | arm64-v8a | armeabi-v7a | x86 | x86_64 |
---|---|---|---|---|
3.11.2c_1019305 | ✔ | ✔ | ❌ | ❌ |
3.12.0c_1020007 | ✔ | ✔ | ❌ | ❌ |
3.12.1c_1020010 | ✔ | ✔ | ❌ | ❌ |
3.12.2c_1020517 | ✔ | ✔ | ❌ | ❌ |
3.12.6c_1032000 | 🟡 | ❌ (lazy) | ❌ | ❌ |
4.0.0c_1050010 | 🟡 (wip) | ✔ | ❌ | ❌ |
4.0.1c_1050014 | 🟡 (wip) | ✔ | ❌ | ❌ |
4.0.255c_1060002 | 🟡 (wip) | ✔ | ❌ | ❌ |
4.0.256c_1070001 | 🟡 (wip) | ✔ | ❌ | ❌ |
4.1.4c_1092003 | ❌ (lazy) | ✔ | ❌ | ❌ |
Licensed under 616 SB License
.