Decompiling Java

Decompiling Java

April 3, 2024 | seedling, permanent

tags :

Following these steps I was able to decompile, de-compiler, fatoora sdk #

ref, myyong

# brew install gradle # macos
git clone https://github.com/fesh0r/fernflower
cd fernflower
# build the source code using Gradle build tool
gradle build

# the fernflower.jar at build/lib/
java -jar fernflower.jar /path/asm-analysis-3.2.jar /path/decompile/

# extract java files
jar -xf /path/decompile/asm-analysis-3.2.jar


Links to this note

Go to random page

Previous Next