Coding Global Background
Coding Global
CodingGlobal

JStudio - A Java reverse engineering and static analysis IDE

0 messages
1 members
4 days ago
T
TonicBox

Playing Custom Status

Verified

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.

JStudio - A Java reverse engineering and static analysis IDE