Skip to content

Instantly share code, notes, and snippets.

@jaysonlong
Created April 24, 2025 06:17
Show Gist options
  • Save jaysonlong/1efcf573dd973b11995cd597bf491642 to your computer and use it in GitHub Desktop.
Save jaysonlong/1efcf573dd973b11995cd597bf491642 to your computer and use it in GitHub Desktop.
Using IDEA buit-in decompiler to decompile java class files
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