Skip to content

Releases: sunwu51/JVMByteSwapTool

Release v0.0.9

23 Dec 10:38
Compare
Choose a tag to compare
fix golang bug

Release v0.0.8

09 Nov 07:30
Compare
Choose a tag to compare
add chinese readme

Release v0.0.7

07 Sep 10:00
Compare
Choose a tag to compare
  • 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

07 Aug 14:42
bb85954
Compare
Choose a tag to compare
Update pom.xml

Release v0.0.6-gr

02 Aug 15:10
Compare
Choose a tag to compare
finish groovy engine

Release v0.0.5-cfr

29 Jul 16:17
Compare
Choose a tag to compare
  • decompiler with cfr instead of procyon

Release v0.0.5-trace

28 Jul 09:22
Compare
Choose a tag to compare
  • fix trace order

Release v0.0.5

13 Jul 05:01
Compare
Choose a tag to compare
comment

Release v0.0.4-fix

09 Jul 04:46
0e8eb08
Compare
Choose a tag to compare

This is an important version, change logs:

  • Update the webui, use react and camel-ui to beautify the ui
  • Replace the javassist engine by ASM, javassist is very good, but rarely update, not support java17+. 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

16 Jun 12:02
Compare
Choose a tag to compare
fix cmd too long issuse