skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.82k stars 4.89k forks source link

[core] JADX WARNING: Code restructure failed: missing block: #768

Open Deltafox79 opened 5 years ago

Deltafox79 commented 5 years ago
    /* JADX WARNING: Code restructure failed: missing block: B:117:0x028b, code lost:
        if (r11 == false) goto L_0x02c4;
     */
    /* JADX WARNING: Removed duplicated region for block: B:83:0x01d1  */
    /* JADX WARNING: Removed duplicated region for block: B:85:0x01d8  */
    /* Code decompiled incorrectly, please refer to instructions dump. */
    public void onCreate(android.os.Bundle r13) {
....
}

APK

https://play.google.com/store/apps/details?id=it.Ettore.raspcontroller

jpstotz commented 5 years ago

Please provide the class name you have copied the Jadx warning block from.

Additionally please provide a link the APK file can be downloaded from (or attach the apk file here, just add a .zip to the file name). Google Play does not support direct downloads and furthermore every device can get a different version.

Have you tested the latest unstable build if you are still getting this result?

Deltafox79 commented 5 years ago

Please provide the class name you have copied the Jadx warning block from.

Additionally please provide a link the APK file can be downloaded from (or attach the apk file here, just add a .zip to the file name). Google Play does not support direct downloads and furthermore every device can get a different version.

Have you tested the latest unstable build if you are still getting this result?

1)

package it.Ettore.raspcontroller.activity;
......
public class ActivityStart extends s {
....
/* JADX WARNING: Code restructure failed: missing block: B:117:0x028b, code lost:
        if (r11 == false) goto L_0x02c4;
     */
    /* JADX WARNING: Removed duplicated region for block: B:83:0x01d1  */
    /* JADX WARNING: Removed duplicated region for block: B:85:0x01d8  */
    /* Code decompiled incorrectly, please refer to instructions dump. */
    public void onCreate(android.os.Bundle r13) {
....
      }
....
}

2) RaspController_v4.0.2.apk 3) I have use latest Jadx_v1.0.0-b1157-f228a721...

Regards

huku- commented 4 years ago

@Deltafox79 I'll try to look into this problem. Can you please give a new link to this APK? This one seems to have expired.

Deltafox79 commented 4 years ago

@Deltafox79 I'll try to look into this problem. Can you please give a new link to this APK? This one seems to have expired.

https://www.upload.ee/files/11095024/RaspController__4.0.7_.zip.html

Regards

tsatatwer commented 2 years ago

Still same problem with latest version.