igoticecream / Snorlax

Xposed module (Android) to check pokemons stats
Other
62 stars 22 forks source link

There are thousands of devices begging for an "update" #29

Closed zapahacks closed 7 years ago

zapahacks commented 7 years ago

Since latest SafetyNet update there are thousands of devices unable to use Xposed framework and modules. BUT there is a new tool called Magisk which allows installing modules without being detected by SafetyNet checks.

I don't know anything about porting/or writing a Magisk module, but I have been dying to ask you this: is there, by any chance, a possibility of you having a look on what Magisk is to see if your module can be ported to Magisk?

Please :). I now maaanyyy people would be relieved.

Your module is awesome.

igoticecream commented 7 years ago

Magisk is a framework for systemless modification on the system partition. In other words, you can load and unload on the fly binaries like su busybox and app_process_xposed.

Xposed framework is for modifications on the behavior of an app or system frameworks and needs a modified app_process on the system partition that lets do modules their work. Thats why you see xposed systemless... Means that magisk can unload the modified app_process whenever the user want.

This two are completely different frameworks and magisk is not to modify behavior of an app at runtime... Just binaries on the system partition

zapahacks commented 7 years ago

Thanks for your answer @igoticecream.

I just thought that the new magisk version (with its magisk manager that includes "download" and "modules" tab could eventually function similar to Xposed.

But thanks a lot man :)

I'll just keep hoping someone finds a solution to hide xposed from the SafetyNet Checks

igoticecream commented 7 years ago

Those modules are for system modification like viper4android mkdule which installs drivers at system partition and such... Different kind of modules

Niantic will drop safetynet sooner or later, they are losing way to many players because of this

On Sun, Oct 23, 2016, 17:28 zapahacks notifications@github.com wrote:

Thanks for your answer @igoticecream https://github.com/igoticecream.

I just thought that the new magisk versino (with its magisk manager that includes "download" and "modules" tab could eventually function similar to Xposed.

But thanks a lot man :)

I'll just keep hoping someone finds a solution to hide xposed from the SafetyNet Checks

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/igoticecream/Snorlax/issues/29#issuecomment-255615782, or mute the thread https://github.com/notifications/unsubscribe-auth/ADu8a2b2j6ObsoUSTKb6uW2juYxDfv5uks5q29FugaJpZM4KePt6 .

Pedro Díaz