sonyxperiadev / ApkAnalyser

1.02k stars 250 forks source link

Opportunity to make custom changes on smali code before assembling apk package again. #7

Open ChrisPHL opened 8 years ago

ChrisPHL commented 8 years ago

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.