Skip to content

A small CLI application to rebuild Battle Breakers APK in order to redirect network flow to Dippy's private server.

Notifications You must be signed in to change notification settings

Breakers-Revived/AndroidPatcherCLI

Repository files navigation

AndroidPatcherCLI

What is it?

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.

How to build it?

$ gradlew build

How to use it?

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:

  1. input apk
  2. output apk
  3. cache dir
  4. url protocol
  5. url host
  6. url port

About

A small CLI application to rebuild Battle Breakers APK in order to redirect network flow to Dippy's private server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published