Version 11 (modified by 12 years ago) (diff) | ,
---|
JVM Bytecode tools
BCEL
http://bcel.sourceforge.net/downloads/BCEL.jar
BCEL verifier
java -cp bcel.jar \ org.apache.bcel.verifier.Verifier <CLASSFILE-TO-BE-VERIFIED>
java -cp bcel-5.3-beta-694866.jar \ org.apache.bcel.verifier.GraphicalVerifier \ <CLASSFILE-TO-BE-VERIFIED>
jvm-verifier
Kersten's Verifier for Java Byte Codes
can
http://classfileanalyzer.javaseiten.de/
JustIce
http://bcel.sourceforge.net/justice/justice.html
A command line tool that produces diagnostics about incorrect bytecode. Now folded as part of BCEL.
Attachments (1)
-
jasmin-line-numbers.diff (2.3 KB) - added by 12 years ago.
Patch to fix display of line numbers in jasmin.el
Download all attachments as: .zip