1 مستودع
Verifying the integrity of the execution environment by inspecting build properties and kernel flags.
Distinct from Property Validators: Focuses on OS-level environment properties for security validation rather than app-level object or DOM properties.
Explore 1 awesome GitHub repository matching security & cryptography · System Property Validation. 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
Inspects system build properties and kernel flags for indicators of unlocked bootloaders or modified firmware.