SCHALE.GameServer/Scripts/redirect_server_frida
mkbka e9dfa71d46 add readme for redirecting server 2024-06-04 11:05:09 +08:00
..
README.md add readme for redirecting server 2024-06-04 11:05:09 +08:00
ba.js add readme for redirecting server 2024-06-04 11:05:09 +08:00

README.md

Redirect server via Frida

Install Frida's CLI tools

Make sure Python is installed before you start.

Install Frida's CLI tools via Pypi.

pip install frida-tools

Run Frida server on device/emulator

Download Frida server here.

Make sure adb is enabled and Android is rooted.

Run:

adb push frida-server /data/local/tmp
adb shell
# in adb shell
su
chmod 755 /data/local/tmp/frida-server
/data/local/tmp/frida-server

Hook client with frida

Set your server address in ba.js.

Launch the client, then immediately run the following command on host:

frida -U "ブルアカ" -l ba.js --realm=emulated