Skip to content

A Real-Time GameData Display Tool for Arknights

License

Notifications You must be signed in to change notification settings

lemonoil/ArkPunk

Repository files navigation

ArkPunk

A Real-Time GameData Display Tool for Arknights

versions

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

Client Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

Hook Setup

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)

Update the Offset by yourself

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)

License MIT


This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.

About

A Real-Time GameData Display Tool for Arknights

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published