mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-29 22:21:03 +00:00
feat: string signature (#22)
* feat: string signature Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de> * fix: signature in test Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de> * fix: make string signature optional Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de> * fix: use of `compareOpcodes` when comparing string signatures Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de> * add: `PackageMetadata` for signatures Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
@@ -64,7 +64,8 @@ class ExamplePatch : Patch(
|
||||
null, // Testing unknown opcodes.
|
||||
Opcode.INVOKE_STATIC, // This is intentionally wrong to test the Fuzzy resolver.
|
||||
Opcode.RETURN_VOID
|
||||
)
|
||||
),
|
||||
null
|
||||
)
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user