A Real-Time GameData Display Tool for Arknights
About Node_modules you can see them in package.json
socketio.version = '4.3.0'
flask.version = '1.1.2'
frida.version = '12.11.18'
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
Install the same version frida & frida-serve
pip all what you need (advice: python-socketio needs to match with the socket.io-client)
run frida-serve on your device as root
you can also use adb to connect your device (as MuMu, try
adb connect 127.0.0.1:7555
)
Just renew the address offset: n_addr_func_offset
of entity_appliedmodifier
and nosourcedamage
function in app.py
.
The first version(1.0.1) of this tool matches with arknights(1280)
This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.