JByteMod-Beta VS fernflower

Compare JByteMod-Beta vs fernflower and see what are their differences.

fernflower

Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream) (by fesh0r)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
JByteMod-Beta fernflower
1 4
817 3,266
- -
0.0 7.2
about 3 years ago 28 days ago
Java Java
GNU General Public License v3.0 only -
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.

JByteMod-Beta

Posts with mentions or reviews of JByteMod-Beta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-19.
  • Online Mode
    2 projects | /r/GoldenAgeMinecraft | 19 Dec 2021
    First go grab JByteMod from their GitHub https://github.com/GraxCode/JByteMod-Beta/releases Download the latest zip version (currently JByteMod-1.8.2.zip) and unzip the contents to somewhere on your computer. Run the JByteMod-1.8.2.jar you just unzipped. (You need a Java RTE of your choice) Menu File > Load > Select your server jar file Menu Search > Search LDC > Find "www" Go to the Search tab to see the results and find the line with: "http://www.minecraft.net/game/checkserver.jsp?user=" Right click on it > "Jump to Declaration" Now you should see the bytecode listed in the Editor tab. Find the line again and left click on it. Then right click > Edit Change "www" to "session" and click OK Menu File > Save as > save it as a jar file with a new name eg "Server_online.jar" Replace your existing server jar with the new edited online jar in your server and edit your server.properties file to have online-mode=true instead of false. Done!

fernflower

Posts with mentions or reviews of fernflower. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-02.
  • read Minecraft source code
    1 project | /r/javahelp | 12 Mar 2023
  • Java 泛型程式設計的注意事項
    2 projects | dev.to | 2 Jan 2023
  • New open source Java decompiler
    9 projects | /r/java | 28 Apr 2022
    Hello! Today I'm happy to announce the release of a project that me and my friends have been working on over the course of the last year, Quiltflower! Originally intended just for use with the QuiltMC toolchain with Minecraft, Quiltflower quickly expanded to be a general purpose java decompiler aiming to create code that is as accurate and clean as possible. If the name sounds familiar it's because Quiltflower is a fork of Fernflower, the (in)famous decompiler that was developed by Stiver, maintained by Jetbrains, and became the default decompiler in Intellij IDEA. Fernflower also quickly found its way into many other tools. After many frustrations with it myself with its decompiled code structuring and quality I decided to do something about it, and here we are! Over the past year, Quiltflower has added support for features such as modern string concatenation, a code formatter, sealed classes, pattern matching, switch expressions, and try-with-resources, and more. Quiltflower also focuses on the code quality of the decompiled output, and takes readability very seriously. We'd greatly appreciate it if you'd give it a try, with our Intellij Plugin or as a standalone jar. While it has come a long way it's still a work in progress, and feedback can be reported on our issue tracker.
  • Visually Edit Decompiled Class File?
    1 project | /r/IntelliJIDEA | 3 Mar 2022
    You can decompile the classes into .java sourcecode using Fernflower and store that to disk, then use the Attach Sources option to add it to the binary dependency you're using. This allows you to edit the source freely for your reference while continuing to use the original binary.

What are some alternatives?

When comparing JByteMod-Beta and fernflower you can also consider the following projects:

Project-Poseidon-Uberbukkit - Fork of Poseidon providing Bukkit #1060 to older Betas (b1.0-b1.7.3)

cfr - This is the public repository for the CFR Java decompiler

Recaf - The modern Java bytecode editor

jadx - Dex to Java decompiler

Crackme - 「👾」Some binaries for you to crack

vineflower - Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.

bytecode-viewer - A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

cfr_tests - Test suite for CFR. (see docs for why it's a whole different repo!)

JaCoCo - :microscope: Java Code Coverage Library

ForgeFlower - Forge's modifications to FernFlower. Fixing various bugs/inconsistencies. Main Repo: https://github.com/MinecraftForge/FernFlower

Deobfuscator - Some deobfuscator for java lol