jvminspector icon indicating copy to clipboard operation
jvminspector copied to clipboard

decompile byte code loaded in JVM at runtime

Attach to a running JVM and browse loaded classes

ui

Dependencies

  • JDK libraries (sa-jdi.jar, tools.jar) to dump bytecode
  • Fernflower to decompile bytecode into java code
  • RSyntaxTextArea to display java source code