discovered 03 Aug 2026
JavaResolver
→ View on GitHubJavaResolver is a Java class file inspection library specifically designed for .NET developers, enabling them to create, read, modify, and write Java `.class` files. It provides both low-level access to the constant pool and member structures, as well as a high-level hierarchical view of the class metadata, allowing for extensive manipulation of fields, methods, bytecode, and other components. Notable features include the ability to disassemble and assemble bytecode, and a straightforward API for interacting with class files through the `JavaClassFile` and `JavaClassImage` classes.