Decompiling Java
tags :
Following these steps I was able to decompile, de-compiler, fatoora sdk #
# 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