Created
April 24, 2025 06:17
-
-
Save jaysonlong/1efcf573dd973b11995cd597bf491642 to your computer and use it in GitHub Desktop.
Using IDEA buit-in decompiler to decompile java class files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -cp "D:\\JetBrains\\IntelliJ IDEA\\plugins\\java-decompiler\\lib\\java-decompiler.jar" org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true "D:\\classDir" "D:\\srcDir" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment