/JByteMod-Beta

Java bytecode editor

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

JByteMod-Beta

JByteMod is a multifunctional bytecode editor with syntax highlighting and live decompiling. New in 1.4.0: Method graphing features

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

JByteMod was originally based on JBytedit (Written in kotlin) by QMatt I decided to recode after QMatt deleted his account it because it wasn't very stable and had almost no features

Libraries

  • Apache Commons IO
  • Objectweb ASM
  • RSyntaxTextArea
  • SkidSuite
  • Procyon Decompiler
  • Fernflower Decompiler
  • JGraphX
  • JFreeGraph

Plugins

To create a plugin you have to extend me.grax.jbytemod.Plugin and export it as a .jar file.

Installation

To install a plugin you have to place the .jar file in a folder named "plugins" (that's in the same directory as JByteMod)

Example Plugin

https://github.com/GraxCode/JTattooPlugin

How to build

mvn clean package
java -jar target/JByteMod-1.5.1.jar