▲ | mschuster91 20 hours ago | |||||||||||||||||||||||||
They're already barely possible as it is. For frida to work you need to root the device, which is impossible on ever more models, and there's an endless supply of very good rooting detection SDKs on the market, not to mention Play Integrity. | ||||||||||||||||||||||||||
▲ | pimterry 18 hours ago | parent | next [-] | |||||||||||||||||||||||||
> For frida to work you need to root the device, which is impossible on ever more models There's plenty of physical devices where it is possible, and Google publish official emulator images with root access for every Android version released to date. This part is still OK. > there's an endless supply of very good rooting detection SDKs on the market, not to mention Play Integrity Most of the root detection is beatable with Frida etc, mostly. Play Integrity & attestation (roughly: 'trusted computing' on your phone, which signs messages as 'from an unmodified certified device' in a way that the server can verify, to only allow connections from known-good devices) is a much larger problem. Best hope here is that a) it creates much work for most apps to bother and b) it eventually gets restricted as anti-competitive. It's literally them charging & setting rules on their competitors for how they get a certificate which allows phones they make to function with all the Android apps on the market, and pushing app makers to restrict their apps to not work on phones from competitors who don't play ball, so I don't think anti-competition pushback here is that implausible medium term. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | crowfunder 19 hours ago | parent | prev [-] | |||||||||||||||||||||||||
As far as I'm aware it is possible to use Frida without rooting, by using Objection https://github.com/sensepost/objection | ||||||||||||||||||||||||||
|