Skip to content

Commit

Permalink
fix Digitales Amt
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrgeek committed Feb 2, 2024
1 parent 6683b5c commit c2f1e6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class ModuleMain : IXposedHookZygoteInit, IXposedHookLoadPackage {
XposedBridge.log("Hooking DeviceIntegrityCheck")
XposedHelpers.findAndHookMethod(DEVICE_INTEGRITY_CHECK_CLASS, lpparam.classLoader, "checkIntegrity", XC_MethodReplacement.DO_NOTHING)
XposedHelpers.findAndHookMethod(DEVICE_INTEGRITY_CHECK_CLASS, lpparam.classLoader, "checkIntegrityForceCheck", XC_MethodReplacement.DO_NOTHING)
XposedHelpers.findAndHookMethod(DEVICE_INTEGRITY_CHECK_CLASS, lpparam.classLoader, "attestationSupportCheck", XC_MethodReplacement.DO_NOTHING)
}

private fun handleBmf2Go(lpparam: XC_LoadPackage.LoadPackageParam) {
Expand Down

0 comments on commit c2f1e6f

Please sign in to comment.