fix: wrong signature for hide-reels-signature

This commit is contained in:
oSumAtrIX 2022-04-15 04:56:17 +02:00
parent 1d833957ed
commit 2d9ff2af0a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -29,7 +29,7 @@ class HideReelsPatch : Patch(
MethodSignatureMetadata( MethodSignatureMetadata(
"hide-reels-signature", "hide-reels-signature",
MethodMetadata(null, null), // unknown MethodMetadata(null, null), // unknown
PatternScanMethod.Fuzzy(2), // FIXME: Test this threshold and find the best value. PatternScanMethod.Fuzzy(3), // FIXME: Test this threshold and find the best value.
compatiblePackages, compatiblePackages,
"Signature for the method required to be patched.", "Signature for the method required to be patched.",
"0.0.1" "0.0.1"
@ -53,6 +53,7 @@ class HideReelsPatch : Patch(
"[B", "[B",
"[B", "[B",
"[B", "[B",
"[B",
"[B" "[B"
), ),
listOf( listOf(