Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

The modern Java bytecode editor

Results 207 Recaf issues
Sort by recently updated
recently updated
newest added

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]...

Can't reproduce
Missing details

On the latest build of recaf, applying tinyv2 mappings will only remap class names and not methods or properties

Missing details

## 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...

enhancement
4.X

## Support for reverse mapping for tiny Or from any to any other like `named -> intermediary` or `intermediary -> official` or `official -> named`

enhancement
4.X

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...

enhancement
4.X

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...

4.X
documentation

## 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. ![Image](https://github.com/user-attachments/assets/de4e3385-6385-4a1e-89b0-1bdbab07be84) Having some UI to show the tree structure of all class...

enhancement
4.X

**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...

4.X

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...

enhancement
4.X