intellij-byte-code-plugin
intellij-byte-code-plugin copied to clipboard
An IntelliJ plugin that provides a modern and powerful byte code analyzer tool window.
Open a compiled `build.gradle` script, e.g. this one is compiled to this file, open it: ``` $HOME/.gradle/caches/jars-9/a33cd694b85950283f62e770dfdffeed/proj/build_f2gzjblo7qjacviwtzeapmlfo.class ``` [Archive.zip](https://github.com/user-attachments/files/22232785/Archive.zip) ``` java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 at...
The plugin is really useful, thanks for it! I came across a usecase where I wanted to compare the byte code of the same classes, In particular I'm changing how...