lnln1111 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

when I change the value of const-string, the application crashed. #268

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when I change the value of const-string(the new one has the same length as the 
old one) in smali file, the application crashed(It can be recompile 
successfully by apktool). Is there something I need to pay attention?

Original issue reported on code.google.com by zhengmin...@gmail.com on 17 Dec 2011 at 6:46

GoogleCodeExporter commented 9 years ago
For example, I change
const-string v1, "abc"
to
const-string v1, "def"
The application can't work normally sometimes.

Original comment by zhengmin...@gmail.com on 17 Dec 2011 at 7:08

GoogleCodeExporter commented 9 years ago
Not enough information for a bug report.

Original comment by connor.tumbleson on 17 Nov 2012 at 5:24