A reflection toolkit for Android applications
- Automated patching after building
- Installs to phone through USB after build
- Magic
- Download Android studio if required from https://developer.android.com/studio
- In the SDK manager, install whichever api reflects your phones Android version
- Import the project like you would any other project
- Place the latest OSRS apk under app/osrs.apk
- To run from your phone, you must setup USB Debugging on your phone in Developer Settings
- Otherwise you can just take the apk from build/autputs/apk/app-debug.apk and install that manually
Current functionality:
- This is a framework with almost no functionality, but can be easily modified to work on any android app
- LocalPlayer is fetched, then the Display Name, and is printed every 5000ms to the error log
OSiris relies on the following tools, much love to the developers of them!
Apktool - APK decoding / encoding AIO
Apk Sign - APK signing
OSiris is licensed under the BSD-3-Clause License.