Recaf 2.21.13

Mega Carder

Guru
BFD MEMBER
LEGEND
ULTIMATE
SELLER
SUPREME
MEMBER
BFD Legacy
Joined
Mar 14, 2025
Messages
1,348
Reaction score
15,589
Deposit
6,350$
Recaf is an open-source Java bytecode editor that simplifies the process of editing compiled Java applications. To make things easier Recaf abstracts away much of the internal class file format. Difficult tasks such as updating stack-frames are done automatically. Along with additional features to assist in the process of editing classes, Recaf is the most feature-rich free bytecode editor available.
https://www.coley.software/Recaf/
1662183236104.png



https://github.com/Col-E/Recaf/releases/download/2.21.13/recaf-2.21.13-J8-jar-with-dependencies.jar

add-ons:

RecafPluginNOOP
Adds a new option to Recaf's context menu, which allows you to clear any method with a single click. All code is replaced with a single return statement (uses java's default values for methods with a return type).
https://github.com/tth05/RecafPluginNOOP
https://github.com/tth05/RecafPluginNOOP/releases/download/1.0.0/RecafPluginNOOP-1.0.jar

AntiAntiDebug
This plugin has only one job: hide Recaf from 'anti tampers'. (only used when doing live debugging obviously)
https://github.com/xxDark/AntiAntiDebug
 
Top Bottom