A small command line interface (CLI) application entirely written in Java. It aims to provide an easy way to rebuild Battle Breakers APK to redirect them to Dippy's private server.
$ gradlew build
After building it, run the following:
$ java -jar build/libs/BattleBreakersAPKRebuilder-1.0-SNAPSHOT.jar BattleBreakers.apk BattleBreakers-patched.apk cache_tmp_dir http 127.0.0.1 80
The arguments are described as follows:
- input apk
- output apk
- cache dir
- url protocol
- url host
- url port