RootBeer Bypass Tools
# Decompile the APK (i use Apktool for decompiling and recompile APK).
# use my tool for change rootbeer smali code
python rbbt.py --path /folder/decompiled/apk
# Build APK using Apktool
# Sign apk ( i use Uber JarSIgner)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.