GantMan / jail-monkey

A React Native library for identifying if a phone is rooted or mocking locations
MIT License
583 stars 145 forks source link

It seems it is possible to bypass the detection #105

Open PABourdais opened 3 years ago

PABourdais commented 3 years ago

I just found this article explaining how to bypass the detection

Is it possible to avoid this kind of trick ? ( I have not tried the trick )

levibuzolic commented 3 years ago

It's possible to naively change the implementation to prevent this bypass temporarily, however it'll be a constant game of cat-and-mouse where it'll only buy a short window of time before a new bypass is created. With a more complex solution you can probably buy a larger window of time, but again, only a matter of time before a new bypass is found.

Jailbroken/rooted devices have low-level access to the OS, it's impossible to permanently prevent bypasses.

PABourdais commented 2 years ago

It seems that everything is working pretty well : reddit

Thank for your work