Recaf
Recaf copied to clipboard
The modern Java bytecode editor
Diagnostics: ``` Receiving classpath entries from parent process... Resolving Recaf entry-point... Launching Recaf... 05:07:29.874 [AccessPatcher/main] DEBUG: Opening access to all packages 05:07:29.896 [AccessPatcher/main] DEBUG: Patching package reflection restrictions 05:07:30.075 [JFXValidation/main]...
On the latest build of recaf, applying tinyv2 mappings will only remap class names and not methods or properties
## Add support for (i.e. preserve) comments in assembly code Currently, comments can be written while editing assembly code in the assembler, however, even after changes to said assembly code...
## Support for reverse mapping for tiny Or from any to any other like `named -> intermediary` or `intermediary -> official` or `official -> named`
Hi! Something that would be really handy is a shortcut (Ctrl+Left or Alt+Left) to jump to the previous location when you go to another method/field/class. This would be a huge...
Hi! It would be really great if you could provide some examples of common reverse engineering tasks using the scripting engine. Currently I find myself doing a lot of repetitive...
## Translation Request ### Description I have completed the Russian translation for Recaf. The translated file is ready to be added to the project. ### Proposed Solution Please add the...
Currently you can only view a class's hierarchy when opening it and looking in the `Hierarchy` side tab.  Having some UI to show the tree structure of all class...
**Describe the bug** I use 4.0.0 recaf. This is built by the latest master branch. I use recaf to modify a method, and I found when I try to use...
Engima has the option to split mappings into a directory structure, modeling packages and each class as a file in those directories. For instance: https://github.com/FabricMC/yarn/tree/1.20.4/mappings We can let users pick...