Recaf
Recaf copied to clipboard
The modern Java bytecode editor
## 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...
## 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...
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.
**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...
## 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...
## What's new [+](feat:) Added a Polish translation ## What's fixed [+](fix:) Fixed README.MD having the wrong path for jar output.
- 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 -...
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...
## 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...