Wpis z mikrobloga

#programowanie #java
Mircy, jak ugryźć taką metodę, żeby dało się ją wykorzystać w kodzie?
http://pastebin.com/AQzj7Skm

JADX WARNING: inconsistent code.
Code decompiled incorrectly, please refer to instructions dump.

public synchronized int getDeviceInfoList(int r3, com.myproject.mylibrary.j2xx.D2xxManager.FtDeviceInfoListNode[] r4) {
r2 = this;
monitor-enter(r2);
r0 = 0;
L0x0002:
if (r0 < r3) goto L0x000c;
L0x0004:
r1 = r2.mFtdiDevices; Catch:{ all -> 0x001b }
r1 = r1.size(); Catch:{ all -> 0x001b }
monitor-exit(r2);
return r1;
L0x000c:
r1 = r2.mFtdiDevices; Catch:{ all -> 0x001b }
r1 = r1.get(r0); Catch:{ all -> 0x001b }
r1 = (com.ftdi.j2xx.FTDevice) r1; Catch:{ all -> 0x001b }
r1 = r1.mDeviceInfoNode; Catch:{ all -> 0x001b }
r4[r0] = r1; Catch:{ all -> 0x001b }
r0 = r0 + 1;
goto L0x0002;
L_0x001b:
r1 = move-exception;
monitor-exit(r2);
throw r1;

throw new UnsupportedOperationException("Method not decompiled: com.ftdi.j2xx.D2xxManager.getDeviceInfoList(int, com.ftdi.j2xx.D2xxManager$FtDeviceInfoListNode[]):int");
}

A tu link do całej klasy -> http://pastebin.com/wDWJNMyi
  • 1
  • Odpowiedz
  • Otrzymuj powiadomienia
    o nowych komentarzach