TODO Changes

This commit is contained in:
Konloch 2021-06-25 19:59:43 -07:00
parent facbee3d1a
commit 357067b8de

View file

@ -71,23 +71,30 @@ import static the.bytecode.club.bytecodeviewer.Constants.*;
* Join The Bytecode Club, we're noob friendly, and censorship free. * Join The Bytecode Club, we're noob friendly, and censorship free.
* http://the.bytecode.club * http://the.bytecode.club
* *
* TODO: * TODO BUGS:
* open as folder doesn't actually work * Spam-clicking the refresh button will cause the swing thread to deadlock (Quickly opening resources used to also do this)
* smali compile * This is caused by the ctrlMouseWheelZoom code, a temporary patch is just removing it worst case
* Finish dragging code * Open as folder doesn't actually work
* Finish right-click tab menu detection * Fix classfile searcher
* make it use that global last used inside of export as jar * Smali Assembly compile - Needs to be fixed
* Add https://github.com/ptnkjke/Java-Bytecode-Editor visualize as a plugin * Krakatau Assembly compile - Needs to be fixed
* Add https://github.com/exbin/bined as the replacement Hed Viewer/Editor *
* make zipfile not include the decode shit * TODO IN-PROGRESS:
* add stackmapframes to bytecode decompiler * Finish dragging code
* make ez-injection plugin console show all sys.out calls * Finish right-click tab menu detection
* add JEB decompiler optionally, requires them to add jeb library jar externally and disable update check ? * Fix hook inject for EZ-Injection
* add decompile as zip for krakatau-bytecode, jd-gui and smali for CLI *
* add decompile all as zip for CLI * TODO FEATURES:
* fix hook inject for EZ-Injection * Add stackmapframes to bytecode decompiler
* fix classfile searcher * Add JEB decompiler optionally, requires them to add jeb library jar
* make the decompilers launch in a separate process * Add https://github.com/ptnkjke/Java-Bytecode-Editor visualize as a plugin
* Add https://github.com/exbin/bined as the replacement Hed Viewer/Editor
* Make the decompilers launch in a separate process
* Make it use that global last used inside of export as jar
* Make zipfile not include the decode shit
* Make ez-injection plugin console show all sys.out calls
* Add decompile as zip for krakatau-bytecode, jd-gui and smali for CLI
* Add decompile all as zip for CLI
* *
* @author Konloch * @author Konloch
* @author The entire BCV community * @author The entire BCV community