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:
Ben Gruver
2015-02-14 18:09:29 -08:00
parent 4a9e7df53e
commit aa06a4c782
4 changed files with 43 additions and 1 deletions

View File

@ -0,0 +1,4 @@
.class Ltest;
.super Ljava/lang/Object;
.method .blah