Replies: 2 comments
-
Well thats odd - if Apktool (smali) disassembled into an invalid state - either it was intentionally like that to thwart this type of effort or a bug in smali. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nevermind, I replaced |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an APK that is using
.locals 17
under OnCreate function incom/ctugames/km2/TiredBirds.smali
invoke-static {p0}, Lcom/xxx/xxx/Main;->Start(Landroid/content/Context;)V
like
But Apktool does not let me compile
I changed it to
.locals 16
which is max register, but it crashesI never had this problem adding a line below OnCreate until now. What should I do?
APK: https://apkcombo.com/the-wild-darkness/com.ctugames.km2/
Beta Was this translation helpful? Give feedback.
All reactions