v0.6.0
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
oninvokestatic
andinvokevirtual
(e.g.invokevirtual* com/example/MyClass.method(...)
) - Fixed a bug with array types as owners for method invocations
What's Changed
- Disassemble
.class
to JASM by @roscopeco in #28 - Support Long & Double by @roscopeco in #29
Full Changelog: v0.5.0...v0.6.0