Java Bytecode Viewer - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86) +--- Thread: Java Bytecode Viewer (/showthread.php?tid=81) |
RE: Java Bytecode Viewer - mibbzz - 10-22-2014 (10-21-2014, 07:24 PM)konloch Wrote:(10-21-2014, 06:17 AM)mibbzz Wrote:(10-20-2014, 02:09 PM)konloch Wrote: Pushed 1.1 and 1.2 today, 1.1 fixes the file separator issue, 1.2 adds 2 more Java decompilers (Procyon and CFR). works for me now lol RE: Java Bytecode Viewer - Konloch - 11-03-2014 moved RE: Java Bytecode Viewer - krzysiaczek99 - 07-23-2015 Hello, According to the menus of Bytecode viewer it should be possible to change the decompiled code and compile it again. So I decompiled one class, deleted 2 lines and compiled again. There was no error messages, the jar file was created in C:\Users\Krzysztof\.Bytecode-Viewer\bcv_temp directory but after decompiling again those deleted lines were still in the code !!! Any idea what wrong ?? Krzysztof RE: Java Bytecode Viewer - intruder - 05-27-2016 Hello, Just filed a bug at https://github.com/Konloch/bytecode-viewer/issues/141 Looks like there is a way to break Bytecode Viewer with some specific APKs. When I try to open this APK: https://mega.nz/#!khkETDoL!1TU35Uf5oSxBIC9m_0koswqVxnU5ZbLlgDGbR3MAGCQ I get ArrayIndexOutOfBoundsException and NullPointerException. Please have a look. Thank you. |