JDisasm

From unkrig.de
Revision as of 11:13, 12 December 2016 by Aunkrig (talk | contribs) (Created page with "A disassembler for Java .class files. Currently supports .class files up to and including version 8. The project home page is [https://github.com/aunkrig/jdisasm here]. == ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A disassembler for Java .class files.

Currently supports .class files up to and including version 8.

The project home page is here.

Change Log

Version 1.0.1 (not yet released)
  • MAIN class definition was missing from JAR manifest.
  • Remove our "own" implementation of Nullable, NotNull and NotNullByDefault, and added a dependency on"de.unkrig.commons-nullanalysis" insteaed.
Version 1.0.0, 2016-10-30
(-)