SOBA (Simple Objects for Bytecode Analysis) is a toolkit for program analysis on Java bytecode.
It wraps ASM library ( http://asm.ow2.org/ ) to easily access Java class and method information.
System Requirements
soba is dependent on ASM 5.0.x, Trove 3.0.x, and hamcrest 1.3.
While this release is built with JDK 1.8, it can be built with JDK 1.7.