1 repository
Maintains structured in-memory representations of loaded classes for rapid searching and cross-referencing.
Distinct from In-Memory Indexes: Focuses on in-memory class modeling for code analysis, distinct from general-purpose database indexing.
Explore 1 awesome GitHub repository matching data & databases · Code Structure Models. Refine with filters or upvote what's useful.
This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap
Maintains structured in-memory representations of loaded classes for rapid searching and cross-referencing.