| ASM - Bytecode Outline plugin for Eclipse | |
Bytecode Outline plugin for EclipseBytecode 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. Screen shotsInstallationThe Bytecode Outline plugin can be installed from the Eclipse Update Manager with the ObjectWeb Eclipse Update Site http://download.forge.objectweb.org/eclipse-update/ Alternatively, the plugin can be downloaded from the ObjectWeb Forge site, and manually installed in the Eclipse plugins directory. UsageTo see the bytecode of the current .java or .class file:
To compare the bytecode of two .java or .class files:
or
Compare also works for *.class files included in any referenced *.jar library. Additional details can be found on author home page at http://andrei.gmxhome.de/bytecode/index.html |
|