Description
Class files can be inspected, created, and modified through a Java library focused on binary class-file structures.
It is useful for bytecode tools, static analysis, instrumentation, and educational JVM projects. Class-file rewriting can introduce security or compatibility bugs, so validate output with real JVM tests.