-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i check CheckRootCloakingApps #12
Comments
It is hard or may be impossible to completely check for Cloaking apps. Following are ways I took to take care of this scenario -
|
are we need an additional checks? like in https://github.com/karandpr/cordova-plugin-android-rootbeer? |
@WuglyakBolgoink, in my case I required to prevent cloaking apps from bypassing security checks. There were few known cloaking apps which passed checks from this plugin. I used only Later I added checks provided from cordova-plugin-android-rootbeer. But still, there were few known apps(Xposed, Magisc) which cleared checks. For them, I added custom checks. There is SafetyNet checks for Android as well which provides more chances of accurate detection. SafetyNet Test is the app which has this implemented. |
@SujitSingh hm.. ok, I will be add a new checks in next version Related to @scottyab https://github.com/scottyab/rootbeer/blob/master/app/src/main/java/com/scottyab/rootbeer/sample/CheckRootTask.java |
how can i check CheckRootCloaking Apps
The text was updated successfully, but these errors were encountered: