Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.11 KB

Recaf plugin: Subclass Renamer

This plugin allows finding and renaming of classes that extend a specific class. It has options for defining the precise pattern of renaming, and if the renaming should be recursive. This plugin is made for Recaf 4.x. Version for Recaf 2.x can be found here

Note: this plugin is not yet stable and may have problems or errors. Please report any issues you find.

demo

Download: Here

Building & modification

Once you've downloaded or cloned the repository, you can compile with mvn clean package. This will generate the file build/libs/subclass-renamer-{VERSION}.jar. To add your plugin to Recaf:

  1. Navigate to the plugins folder.
    • Windows: %APPDATA%/Recaf/plugins
    • Linux: $HOME/.config/Recaf/plugins
  2. Copy your plugin jar into this folder
  3. Run Recaf to verify your plugin loads.

Credits

Col-E for Recaf and Auto Renamer.