niranjan94 / show-java

An APK (android application), JAR & Dex decompiler for android.
https://showjava.page.link/get
GNU General Public License v3.0
760 stars 232 forks source link

Bug report #55

Closed HuangLuxuan closed 7 years ago

HuangLuxuan commented 8 years ago

If I put the end of a method at the middle of it,just like this:(smali) ... Label_xx: ... return-void/renturn rx ... goto :Label_xx And then it can not work anymore. I know you can fix it up,looking forward your update. (I tryed my best to translate,ignore my grammar mistake, thanks)