JStudio - A Java reverse engineering and static analysis IDE
Playing Custom Status
This project is mainly to showcase my bytecode library I've been working on, [YABR](https://github.com/Tonic-Box/YABR) https://github.com/Tonic-Box/JStudio JStudio is a Java reverse engineering IDE. It lets you load JARs or class files and view them as decompiled source, raw bytecode, SSA intermediate representation, or hex. Beyond just viewing, it includes analysis tools like call graphs, cross-references, dependency visualization, and data flow analysis. It also ships with a number of built in IR optimization passes available. There's also a built-in scripting engine for writing custom transforms against the AST or IR. Built on Swing with multiple theme options. For more detailed information please see the readme. Would love to hear any feedback, especially critiques or suggestions for improvement.

