Decompilers

Bytecode Visualizer 2008

0

Bytecode Visualizer 2008 screenshotBytecode Visualizer 2008 Bytecode Visualizer 2008 is an Eclipse plugin for visualizing Java byte code. Its 4 basic components are:

  • Bytecode Viewer
  • Controlflow Graph Panel
  • Class Outline
  • Instruction-by-Instruction Debugger

Free version with limited functionality avaliable

Bytecode Outline

5
Average: 5 (1 vote)

bytecode outline Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode compare for java/class files and shows ASMifier code for current bytecode. Have you already asked yourselves what the compiler does with your Java code? Here is the answer.

JadClipse Eclipse plugin

0

JadClipse is a plug-in that seamlessly integrates Jad (the fast Java decompiler) with Eclipse.

Normally, when opening a class file the Class File Viewer will show a brief API outline of the class. If you install this plug-in, however, the Class File Viewer will be replaced with the JadClipse Class File Viewer that shows the decompiled source of the class. This task is accomplished by decompiling the corresponding class file in the background using Jad. Normal Java syntax highlighting as well as the Outline View are supported.

Syndicate content