This commit is contained in:
Konloch 2019-06-14 06:25:25 -06:00
parent f76b31d8e7
commit 5912e9ff4d
4 changed files with 3640 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
package the.bytecode.club.bytecodeviewer;
import java.awt.Desktop;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
@ -114,7 +114,7 @@ import the.bytecode.club.bytecodeviewer.util.*;
public class BytecodeViewer
{
/*per version*/
public static final String VERSION = "2.9.20";
public static final String VERSION = "2.9.21";
public static String krakatauVersion = "12";
public static String enjarifyVersion = "4";
public static final boolean BLOCK_TAB_MENU = true;

View File

@ -107,7 +107,8 @@ public class FernFlowerDecompiler extends Decompiler {
{
try
{
org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler.main(generateMainMethod(tempClass.getAbsolutePath(), new File(BytecodeViewer.tempDirectory).getAbsolutePath()));
org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler.main(generateMainMethod(tempClass.getAbsolutePath(),
new File(BytecodeViewer.tempDirectory).getAbsolutePath()));
}
catch(StackOverflowError | Exception e)
{

View File

@ -1761,15 +1761,15 @@ public class MainViewerGUI extends JFrame implements FileChangeNotifier
mnNewMenu_7.add(mnCfr);
jadx1.add(jadxJ1);
jadx1.add(separator_19);
jadx1.add(new JSeparator());
jadx1.add(jadxE1);
jadx2.add(jadxJ2);
jadx2.add(separator_19);
jadx2.add(new JSeparator());
jadx2.add(jadxE2);
jadx3.add(jadxJ3);
jadx3.add(separator_19);
jadx3.add(new JSeparator());
jadx3.add(jadxE3);
mnNewMenu_7.add(jadx1);