Skip to content

java-runtime-decompiler-7.3

Compare
Choose a tag to compare
@judovana judovana released this 29 Jun 19:59
· 90 commits to master since this release

The java assembly IDE

  • overwrite class dialog now upload new classes (in binary form) to running jvm
  • standalonen editor (and thus also embedded text editor) heavily improved
    • codecompeltion for
      • byteman
      • java
      • jasm
      • jrd's api
  • codecompeltion with heavy keyword documentation
  • possibility to mix the completions
  • one click (standalone compilation)
    • by in memory javac
    • by jasm7
    • by jasm8
    • byteman script check
  • one click (standalone compilation)
    • with no classpath
    • with selected running vm classpath
    • with self configured static cp
  • one click standalone compile+run
    • same classpath handling as for compilation
    • selection of method to run
    • by defualt start() easily to set up to eg main [Ljava.lang.String;
  • Output of compilation can be
    • run
    • saved
    • added to running vm
      • both normal and boot classloader supported
  • completion autodetection
  • all logs to embedded highlighting console
  • support for compilation of several files in once
  • quickstart jasm, java and byteman templates
  • fixed bug in cfr wrapper (it was unable to decomple for additional cp)
  • fixed bug in classpath less compiler (it was unable to compile new class)
  • known bug ba4f374ecd76a0e8b79e620ce8a4ec074cf9cbce; was fixed a bit after release and releaseblobs amended