mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Improve parsing of an invalid SmaliMethod with no .end method
This ensures that we still generate a SmaliMethod in this case, instead of erroring out when not matching the END_METHOD_DIRECTIVE and aborting the main SmaliMethod mark.
This commit is contained in:
4
smalidea/testData/InvalidMethod.smalidea
Normal file
4
smalidea/testData/InvalidMethod.smalidea
Normal file
@ -0,0 +1,4 @@
|
||||
.class Ltest;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
.method .blah
|
Reference in New Issue
Block a user