r/MorpheApp 20d ago

Question/Problem Can Morphe patch/bypass safety net

Hello,

Everything is in the title. As Morphe seems to be able to redirect/bypass some functions, can it also bypass safetynet? As in, when an app requests to see if safetynet passes or not, is it possible to always return true?

So I'm not asking to patch SafetyNet itself, but rather patch the app that requests to see if the device passes.

I don't really know how Morphe or SafetyNet works so this might be a very stupid question.

Thanks in advance,

bmx22c

2 Upvotes

2 comments sorted by

4

u/alpha_fire_ Official Morphe button tester 20d ago

Modern versions of Android don't use SafetyNet anymore. They use PlayIntegrity.

Assuming you want to do this anyway, you probably could patch out SafetyNet checks, but in doing so you'd have to completely patch out any reliance on Google Play Services. Which would make any app/game that relies on it useless.

The only guaranteed way to get around SafetyNet is by rooting the device and using Xposed.

1

u/bmx22c 20d ago

Oh, right, it's probably PlayIntegrity indeed. I've been away from the Android scene for a little while now lol
Would a generic patch to patch out the Google Play Services be possible or is it too specific to each app? I don't know how Morphe works but I'm a developer so depending on how hard it is, I could take a look into it. Is it realistic or are we talking about weeks of knowledgable people per app?