This is a plugin for Recaf 4.X
that adds the Fernflower decompiler.
Once you've downloaded or cloned the repository, you can compile with gradlew build
.
This will generate the file build/libs/example-plugin-{VERSION}.jar
.
To add your plugin to Recaf:
- Navigate to the
plugins
folder.- Windows:
%APPDATA%/Recaf/plugins
- Linux:
$HOME/Recaf/plugins
- Windows:
- Copy your plugin jar into this folder
- Run Recaf to verify your plugin loads.