Benf
benf.org › other › cfr
CFR - yet another java decompiler.
CFR will decompile modern Java features - up to and including much of Java 9, 12 & 14, but is written entirely in Java 6, so will work anywhere! (FAQ) - It'll even make a decent go of turning class files from other JVM languages back into java! To use, simply run the specific version jar, with ...
GitHub
github.com › leibnitz27 › cfr
GitHub - leibnitz27/cfr: This is the public repository for the CFR Java decompiler
CFR will decompile modern Java features - including much of Java 9, 12 & 14, but is written entirely in Java 6, so will work anywhere! (FAQ) - It'll even make a decent go of turning class files from other JVM languages back into java!
Starred by 2.3K users
Forked by 302 users
Languages Java
Java Decompilers
javadecompilers.com
Java decompiler online
Java decompilers online: *JAD, *JDCore, *Procyon, *Fernflower, *CFR. ✓ A user interface to extract source code from .class and .jar ‘binary’ files.
aldeid
aldeid.com › wiki › CFR-java-decompiler
CFR-java-decompiler - aldeid
CFR will decompile modern Java features - Java 8 lambdas (pre and post Java beta 103 changes), Java 7 String switches etc, but is written entirely in Java 6. Download link: http://www.benf.org/other/cfr/cfr_0_116.jar
Bytecode
the.bytecode.club › showthread.php
CFR Java Decompiler
CFR is a modern CLI Java Decompiler, you can download it at http://www.benf.org/other/cfr/ If you're looking for GUI CFR, check out Bytecode Viewer - https://github.com/Konloch/bytecode-viewer/releases To run it, simply use: Code: java -jar cfr.jar input.jar --outputdir ./output/ Reply ·
Benf
benf.org › other › cfr › faq.html
CFR - FAQ - yet another java decompiler.
Not for decompilation. I've written everything from scratch - partly because I'm doing this for fun, partly because I'm half tempted to port it to C++ at some point, so I don't want dependencies. There is a small reflective use of NIO, to allow the code to (still) require only Java6. ... CFR is very (very) deliberately java 6 only.
Java Decompiler
java-decompiler.github.io
Java Decompiler
JD-GUI supports CLASS, JAR, WAR, EAR, AAR, KAR, JMOD & ZIP files. JD-GUI displays color coded Java source code. JD-GUI allows you to browse the CLASS files and Java modules hierarchy. JD-GUI lets you drag and drop LOG files, decompile CLASS files, and display the line of code that appears in Java stack traces.
Codemia
codemia.io › knowledge-hub › path › how_to_decompile_a_whole_jar_file
How to decompile a whole Jar file?
Enhance your system design skills with over 120 practice problems, detailed solutions, and hands-on exercises
Maven Repository
mvnrepository.com › artifact › org.benf › cfr
Maven Repository: org.benf » cfr
CFR Java decompiler · Central (18) INRIA (1) Helios Decompiler (4) Central · Atlassian External · Atlassian · WSO2 Releases · WSO2 Public · Hortonworks · Mulesoft · JCenter · KtorEAP · Sonatype · 🌐 · DNS Gurus · Free DNS Tools & Analysis ·
YouTube
youtube.com › watch
cfr java decompiler online - YouTube
Download 1M+ code from https://codegive.com cfr java decompiler tutorialcfr (class file reader) is a popular java decompiler that converts java bytecode (c...
Published December 3, 2024
Maven Repository
mvnrepository.com › artifact › org.benf › cfr › 0.151
Maven Repository: org.benf » cfr » 0.151
CFR Java decompiler · Note: There is a new version for this artifact · Maven · Gradle · SBT · Mill · Ivy · Grape · Leiningen · Buildr · Scope: compile · test · provided · runtime · Scope: compile · test · provided · runtime · Format: Groovy Long ·
GitHub
github.com › sotasan › decompiler
GitHub - sotasan/decompiler: Java Decompiler GUI
To run the application, make sure you have Java 17+ installed and then simply execute the JAR file. To open an archive, select File > Open File (Ctrl + O) in the menu bar or directly drag and drop it. To change the decompiler, select the one you want to use, with the combo box in the top right corner. If you want to compare different decompilers side by side or decompile multiple archives at the same time, you can create a new instance from the menu bar File > New Instance (Ctrl + N). The following decompilers are supported: CFR - Another Java Decompiler ·
Starred by 246 users
Forked by 19 users
Languages Java 85.6% | Kotlin 14.4%
Benf
benf.org › other › cfr › api › index.html
CFR - yet another java decompiler - API
CFR is mainly intended to be a stand alone classfile decompiler, but you can use the jar as a library.