Recaf
The modern Java bytecode editor (by Col-E)
vineflower
Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler. (by Vineflower)
Recaf | vineflower | |
---|---|---|
24 | 10 | |
6,302 | 1,429 | |
1.8% | 4.6% | |
9.8 | 8.6 | |
5 days ago | 3 days ago | |
Java | Java | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Recaf
Posts with mentions or reviews of Recaf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-26.
-
what is the easiest way to decompile, edit and recompile a mod?
IF you've got the legal situation all sorted out, and know that you need to change a Java class file, and know how to program in Java, I'd suggest Recaf. With it, you can import a jar file, decompile, edit and recompile any source files in it, and export the whole thing again.
-
Is there any tool for Java reverse engineering that doesn't totally suck?
No one seems to mention Recaf wich is the best option IMO. You can choose between different decompilers (Fernflower, CFR, Jadx, Procyon and others) has bytecode editing capabilities (you don't have to fully decompile, you can edit the bytecode directly), built in peephole optimizations for flow and number obfuscations, various search options for methods, members, strings, and method virtualization via SSVM
-
What happened to JFX-Central?
Uhhh, no? For something like JavaFX, which I've complained about its bad native handling before, you can still make a multi-platform jar with a little bit of effort. For instance my project Recaf is distributed as a single JAR file. Just install JDK 11+ and you're good to go.
-
Visual diff text comparator GUI component
I did something like this, but its not its own control/library: https://github.com/Col-E/Recaf/blob/dev3/recaf-ui/src/main/java/me/coley/recaf/ui/pane/DiffViewPane.java
- How to decompile jars (how not to get ratted v2)
-
The Code the FBI Used to Wiretap the World
The decompiler they used to view that code is not very good, that output is garbled.
If you're going to take apart JVM bytecode, you're better off using Recafe or Quiltflower.
https://github.com/Col-E/Recaf
https://github.com/QuiltMC/quiltflower
-
Rat finding tools
I've recently been searching for tools that can help me find rats within jar files. So far I've found jd-gui and Recaf, do you all have any suggestions for other tools?
-
Simple loading Pop up - how to add?
Example: DecompilePane.java
- is diablo crack safe or nah
-
Java versus Kotlin - personal experiences
#1: Are you interested in learning about low latency zero allocation programming? #2: Recaf: Java bytecode reversing tool I've been working on for the past 3.5 years | 37 comments #3: My experimental IDE plugin for displaying all project files in a single view, with zoom/pan and code editing. More info in comments. | 57 comments
vineflower
Posts with mentions or reviews of vineflower.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-05.
-
I'm curious, what was the reason Fabric mod loader was made in the first place?
this is kind of a silly point, but the quilt community is just nicer to be around than any of the other ones in my experience, which has real effects: e.g., you attract people really really good at decompiler tech and create quiltflower which is a decompiler so good Java professionals use it. inclusivity matters! the cutting edge happens on quilt
-
Question regarding a mod's safety?
The only way is to reverse-engineer it. Use something like quiltflower or javap if you want to be extra sure, and have a look through the Java code
- Quiltflower – Modern Java Decompiler
-
Can AI Deobfuscate Minecraft?
Firstly, we have to decompile the JAR, turning the bytecode back into Java. This is a very difficult job: a lot of work has been put into the tools to make this happen.
-
is there a extention that adds support for .class files? please let me know
Alternatively, there's this new project that I haven't tried yet: https://github.com/QuiltMC/quiltflower
-
The Code the FBI Used to Wiretap the World
The decompiler they used to view that code is not very good, that output is garbled.
If you're going to take apart JVM bytecode, you're better off using Recafe or Quiltflower.
https://github.com/Col-E/Recaf
https://github.com/QuiltMC/quiltflower
-
Java Decompiler Gui
They are community contributed (through using decompilers to see what the classes do) and decompiler toolchains have ways of instrumenting classes with javadoc. They are also incomplete, you really can't write a mod using only a javadocs page
-
New open source Java decompiler
runs nice with jbang https://github.com/QuiltMC/quiltflower/releases/download/1.8.1/quiltflower-1.8.1.jar
What are some alternatives?
When comparing Recaf and vineflower you can also consider the following projects:
SnapCharts - A Java and JavaScript charting package
cfr - This is the public repository for the CFR Java decompiler
jpexs-decompiler - JPEXS Free Flash Decompiler
fernflower - Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)
deobfuscator - The real deal
jd-gui - A standalone Java Decompiler GUI