Rootbeer-root checking Android library and sample app.
RootBeer
A tasty root checker library and sample app. We've scoured the internets for different methods of answering that age old question... Has this device got root?These are the current checks/tricks we are using to give an indication of root. Root checks
Java checks
- CheckRootManagementApps
- CheckPotentiallyDangerousAppss
- CheckRootCloakingApps
- CheckTestKeys
- checkForDangerousProps
- checkForBusyBoxBinary
- checkForSuBinary
- checkSuExists
- checkForRWSystem
We call through to our native root checker to run some of its own checks. Native checks are typically harder to cloak, so some root cloak apps just block the loading of native libraries that contain certain keywords.
- checkForSuBinary
Post a Comment