Help! bypassing root check (libtool-checker.so aka RootBeer)?

EzM0dZ

Platinian
Original poster
Jun 6, 2020
22
1
3
27
united states
Hey, does anyone know how to bypass this root checker? can i delete it? perhaps edit the manifest xml? what do a dum dum like me do?
 

DokoRoxor

Just Crazy
Jun 9, 2018
318
18,249
1,193
35
Somewhere in The Sky
Verify your il2cpp.so if there a fonction like , root , checker , emulator etc. You can also verify your libtoolchecker into ida and verify these fonction too. It can be a verification too in smali . Every game are different.
 

Numark

Awesome Active Platinian
May 23, 2017
116
928
193
You could load the lib.so into IDA Pro and find the functions leading to the check where the root is being detected. Then hook it the function to return the value. If you're not hooking, but want to edit it the lib in IDA itself, you need to hex patch it. If it's a small check, I think there is a tutorial on here on how to bypass it.

You can't delete a file that is part of the games files, if you do, it will either crash or will never start up. You can delete one architecture of ARMV7 or arm64.