Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 441 Bytes

File metadata and controls

20 lines (16 loc) · 441 Bytes

Recursive Java Decompiler - Bash Script

Bash Script for decompile recursively java classes in folder and sub-folders

CONFIGURE

Change the path of CFR Decompiler in the script

	/home/piergiuseppe/devel/java/decompilers/cfr/cfr_0_125.jar

with your path

SET EXECUTION PERMISSION

chmod +x recursive_java_decompiler.sh

RUN

./recursive_java_decompiler.sh <BASE PATH USED TO START DECOPILING>