mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +02:00
feat(Photomath): Support latest version (#4672)
This commit is contained in:
parent
87c86b53a9
commit
8e16483229
@ -12,7 +12,7 @@ val getDeviceIdPatch = bytecodePatch(
|
||||
) {
|
||||
dependsOn(signatureDetectionPatch)
|
||||
|
||||
compatibleWith("com.microblink.photomath"("8.37.0"))
|
||||
compatibleWith("com.microblink.photomath")
|
||||
|
||||
execute {
|
||||
getDeviceIdFingerprint.method.replaceInstructions(
|
||||
|
@ -14,5 +14,5 @@ internal val checkSignatureFingerprint = fingerprint {
|
||||
Opcode.INVOKE_STATIC,
|
||||
Opcode.MOVE_RESULT,
|
||||
)
|
||||
strings("signatures")
|
||||
}
|
||||
strings("SHA")
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ val hideUpdatePopupPatch = bytecodePatch(
|
||||
) {
|
||||
dependsOn(signatureDetectionPatch)
|
||||
|
||||
compatibleWith("com.microblink.photomath"("8.32.0"))
|
||||
compatibleWith("com.microblink.photomath")
|
||||
|
||||
execute {
|
||||
hideUpdatePopupFingerprint.method.addInstructions(
|
||||
|
@ -11,7 +11,7 @@ val unlockPlusPatch = bytecodePatch(
|
||||
) {
|
||||
dependsOn(signatureDetectionPatch, enableBookpointPatch)
|
||||
|
||||
compatibleWith("com.microblink.photomath"("8.37.0"))
|
||||
compatibleWith("com.microblink.photomath")
|
||||
|
||||
execute {
|
||||
isPlusUnlockedFingerprint.method.addInstructions(
|
||||
|
Loading…
x
Reference in New Issue
Block a user