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

## What's new Added file sp.json with spanish translations. ## What's fixed Only additions, no fixes.

From my previous issue #779, I saw that v2 wasn't supported anymore. I tried the latest commit in the `dev4` branch, 9653c529563500a37286cd7f395c23f27ad22d8d, today, but found no theme option. Could there...

enhancement
4.X

## What's new Plugin system is now reworked to act as a graph with dependencies. Each plugin is loaded in its own class loader controlled by plugin manager. Plugin loaders...

enhancement
Discussion
4.X

Adds automated dependency updates using Renovate on the dev4 branch. Before this can be merged: - either a PAT or a GitHub App must be created and the token added.

enhancement
4.X

**Issue** I'm receiving unexpected message: Unsupported class file major version 65 I can't send sample as I can't distribute the jar I'm trying to open, sorry. Just after opening the...

3rd party problem
2.X

## FallbackDecompiler There is a `FallbackDecompiler` in the 3.x branch, which is very useful in certain complex obfuscated code that most decompilers cannot handle correctly. Will this feature be restored...

enhancement
4.X

## What's new [+](feat:) Added a Polish translation ## What's fixed [+](fix:) Fixed README.MD having the wrong path for jar output.

enhancement
4.X

- Welcome - [ ] First time configuration based on what the user intends to do #702 - In-application help - [x] In-application tutorials with basic code samples #709 -...

4.X

When doing RE, it may be useful to extract/export a file/resource/folder (ike image or just plain .class) from the jar. Either because Recaf is already open and so opening a...

enhancement
4.X

## What's new * Add NixOs Support (fixes #739, addesses https://github.com/NixOS/nixpkgs/issues/267124 ) ## What's fixed * Recaf crashes when opening and when trying to open a file dialoug. This is...