Releases: sunwu51/JVMByteSwapTool
Releases · sunwu51/JVMByteSwapTool
Release v0.0.9
fix golang bug
Release v0.0.8
add chinese readme
Release v0.0.7
- Config http port / ws port by params.
- web ui update, in eval input, you can use arrow key ↑/↓ to switch to history cmd.
Release v0.0.6-shade
Update pom.xml
Release v0.0.6-gr
finish groovy engine
Release v0.0.5-cfr
- decompiler with cfr instead of procyon
Release v0.0.5-trace
- fix trace order
Release v0.0.5
comment
Release v0.0.4-fix
This is an important version, change logs:
- Update the webui, use react and camel-ui to beautify the ui
- Replace the
javassist
engine byASM
, javassist is very good, but rarely update, not supportjava17+
. I spend too much time to transfer to ASM!! BUT Not too many test cases. I need your voice if some issues when using. - Add decompiler. So that u can clearly know what happend in your code.
Release v0.0.3-compiler
fix cmd too long issuse