1 مستودع
Libraries designed to detect the presence of root access or administrative privileges on mobile devices.
Distinct from Root Detection Evasion: Distinct from root detection evasion (which hides root) or legacy rooting tools (which grant root).
Explore 1 awesome GitHub repository matching security & cryptography · Root Detection Libraries. Refine with filters or upvote what's useful.
Rootbeer is an Android security SDK and root detection library designed to verify device integrity and identify operating system tampering. It functions as a device integrity checker that scans for management applications and system files indicating root access or unlocked bootloaders. The library employs a variety of detection techniques, including binary-presence scanning for superuser binaries, direct file system probing of restricted directories, and property-based environment validation of kernel flags and build properties. It utilizes a Java-native interface bridge to execute low-level
Provides a library to identify rooted Android devices by searching for known binaries and modified system properties.