scottyab / rootbeer

Simple to use root checking Android library and sample app
Apache License 2.0
2.5k stars 442 forks source link

Additional magisk check #141

Open stealthcopter opened 4 years ago

stealthcopter commented 4 years ago

Look into this:

Magisk detection through mount. Check whether mount can be executed and contains databases/su.db (indicative of Magisk) or whether /proc/mounts contains references to databases/su.db.

Might be some other useful stuff on the following page too

https://www.pnfsoftware.com/blog/reversing-dexguard/

WuglyakBolgoink commented 4 years ago

https://darvincitech.wordpress.com/2019/11/04/detecting-magisk-hide/

WuglyakBolgoink commented 4 years ago

image

https://aeonlucid.com/Snapchat-detection-on-Android/

woxblom commented 4 years ago

Any update on this? I would really like checks for magisk hide added to the lib as well.

stealthcopter commented 4 years ago

@woxblom Nothing from us yet, we welcome PR's though