Closed GoogleCodeExporter closed 9 years ago
Are you recompiling the unmodified smali that baksmali produced, or did you
make changes?
Original comment by jesusfreke@jesusfreke.com
on 2 Jul 2014 at 8:19
I am recompiling the unmodified smali that baksmali produced.
Original comment by dongjuna...@gmail.com
on 2 Jul 2014 at 8:32
What application?
Original comment by jesusfreke@jesusfreke.com
on 2 Jul 2014 at 8:35
I narrowed it down to 2 consecutive lines of smali code that is causing the
issue:
.catch Ljava/net/MalformedURLException; {:try_start_10 .. :try_end_17} :catch_18
.catch Ljava/net/MalformedURLException; {:try_start_10 .. :try_end_17} :catch_49
Does this mean that the app had two different catch blocks for the same
exception?
Original comment by dongjuna...@gmail.com
on 2 Jul 2014 at 10:59
Perfect, thanks. That should be enough info to reproduce the problem
Original comment by jesusfreke@jesusfreke.com
on 3 Jul 2014 at 3:38
Fixed in
https://code.google.com/p/smali/source/detail?r=0d8418ff1f253471dc5f579ec5b4976c
08649a09
Original comment by jesusfreke@jesusfreke.com
on 22 Jul 2014 at 2:00
Original issue reported on code.google.com by
dongjuna...@gmail.com
on 2 Jul 2014 at 6:15