Skip to content

v0.6.0

Compare
Choose a tag to compare
@roscopeco roscopeco released this 25 Jun 13:46
· 34 commits to develop since this release
f9b70e9

The headline of this release is the JASM disassembler, which can turn any Java .class file into JASM code.

Also new this time are:

  • Support for long and double
  • New "star syntax" for explicit InterfaceMethodref on invokestatic and invokevirtual (e.g. invokevirtual* com/example/MyClass.method(...))
  • Fixed a bug with array types as owners for method invocations

What's Changed

Full Changelog: v0.5.0...v0.6.0