SkillAgentSearch skills...

Unrootbeer

Disable root checks performed by rootbeer library (for security testing)

Install / Use

/learn @jakev/Unrootbeer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UnRootBeer

About

UnRootBeer is an Xposed Framework module that will disable the root detection methods performed by the useful RootBeer library. I created this utility for security testing of applications using the RootBeer library without needing to rely on frameworks such as RootCloak.

Usage

You will need to root your test device and install the Xposed Framework. Next, you can

$ git clone https://github.com/jakev/unrootbeer
$ cd unrootbeer
$ ./gradlew installDebug

Optionally, you can install the pre-built copy to avoid using Gradle:

$ git clone https://github.com/jakev/unrootbeer
$ cd unrootbeer
$ adb install ./out/jakev.unrootbeer-debug.apk

License

UnRootBeer is released under the Apache Software License 2.0.

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated8mo ago
Forks5

Languages

Java

Security Score

82/100

Audited on Jul 16, 2025

No findings