- Joined
- Apr 1, 2024
- Messages
- 34
- Reaction score
- 83
- Points
- 18
- vip
- 257 credits
Offline
How to remove root detection
1. How to remove root detectionfrom an APK
- Decompile the apk (I use
-
- )
- Search the apk for any files containing "superuser" (you can change this to whatever you think will be a likely hit such as "supersu")
Ex: smali_classes2\com\rsa\mobilesdk\sdk\RootedDeviceChecker.smali
Attachments





