Releases: GraxCode/JByteMod-Beta
1.8.2
1.8.1
1.8.0
MultiANewArray support
fix trycatch "null"
fix graph switch edge overload
graph zoom and fix mouse wheel
change pink edge color
update translations
remove redundant blocks with more than one input
Krakatau decompiler
Still experimental:
invokedynamic in flow graph decompiler
Krakatau decompiler on linux / osx (not tested, please submit issue if not working!)
pre-1.8.0
bug fixes
Known Bugs:
LookupSwitch not decompiled
Invokedynamic not decompiled
compare instructions not decompiled
jumps with 2+ items (or 2-word values) on stack not handled properly
To Test:
overall integrity
pre-1.8.0
MultiANewArray support
fix trycatch "null"
fix graph switch edge overload
graph zoom and fix mouse wheel
change pink edge color
update translations
This is marked as pre release because the graph decompiler isn't fully finished. Please report exceptions caused by the new decompiler.
Known Bugs:
LookupSwitch not decompiled
Invokedynamic not decompiled
compare instructions not decompiled
invokespecial of new parameter still has owner and name
To Test:
invokeinterface
jumps with 2+ items (or 2-word values) on stack
class type ldcs
overall integrity
1.7.2
1.7.1
1.7.0
method tree nodes now show access
class tree nodes show if they are an interface / enum / class
bytecode verification and in-editor warnings
toolbar
breadcrumb menu instead of tabs
opcode table
options for stopping if memory is too full
memory status bar
fixed horizontal scroll
other bug fixes