Google SafetyNet attestation workarounds for Magisk
Go to file
Danny Lin 37bd89802b
Switch to MIT License with AOSP Apache 2.0 notice
I prefer the more permissive MIT license for most of my projects, and
adding the Apache 2.0 license notice from AOSP makes it compliant.
2021-01-13 18:21:06 -08:00
META-INF/com/google/android Import module 2021-01-13 02:02:44 -08:00
system Rebuild executables with generic ARMv8-A targrt 2021-01-13 03:22:54 -08:00
.gitignore Import module 2021-01-13 02:02:44 -08:00
customize.sh Import module 2021-01-13 02:02:44 -08:00
LICENSE Switch to MIT License with AOSP Apache 2.0 notice 2021-01-13 18:21:06 -08:00
LICENSE.android Switch to MIT License with AOSP Apache 2.0 notice 2021-01-13 18:21:06 -08:00
Makefile Import module 2021-01-13 02:02:44 -08:00
module.prop Override basic bootloader unlock props 2021-01-13 03:28:45 -08:00
README.md readme: Fix ROM commit link 2021-01-13 02:15:55 -08:00
system.prop Override basic bootloader unlock props 2021-01-13 03:28:45 -08:00

Universal SafetyNet Fix

This is a universal fix for SafetyNet on devices with hardware attestation and unlocked bootloaders.

MagiskHide is required if the device is rooted.

Only Android 11 is supported.

How does it work?

An in-depth explanation, as well as source code, can be found in the ROM commit.