From 3e82f29b59a7c70e36c4f7d4798b8d25edf54b2b Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 14 Jul 2021 07:42:15 -0700 Subject: [PATCH] Console TODO --- .../java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java index 7626e84f..c588e127 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java @@ -86,6 +86,7 @@ import static the.bytecode.club.bytecodeviewer.util.MiscUtils.guessLanguage; * + Fix hook inject for EZ-Injection * * TODO FEATURES: + * + Console Plugin needs tabbed consoles instead of creating a new window for each console * + CLI Headless needs to be supported * + Add stackmapframes to bytecode decompiler * + Add JEB decompiler optionally, requires them to add jeb library jar