You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that you did things right when using apktool and smali, since disassembly, adding log prints to the smali code and reassembling again produces a valid and useable apk package.
Since I had no success using latest apktool (2.1.1, http://ibotpeaches.github.io/Apktool/) -- the app crashes -- I would like to use ApkAnalyzer to patch the app.
So would be nice, if one has the option to make custom changes on smali code right before reassembling the apk again.
The text was updated successfully, but these errors were encountered:
It seems that you did things right when using apktool and smali, since disassembly, adding log prints to the smali code and reassembling again produces a valid and useable apk package.
Since I had no success using latest apktool (2.1.1, http://ibotpeaches.github.io/Apktool/) -- the app crashes -- I would like to use ApkAnalyzer to patch the app.
So would be nice, if one has the option to make custom changes on smali code right before reassembling the apk again.
The text was updated successfully, but these errors were encountered: