Skip to content

Instantly share code, notes, and snippets.

@0xF6
Created September 20, 2018 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xF6/c39003ce9e89633bfec6cd5879f7f52c to your computer and use it in GitHub Desktop.
Save 0xF6/c39003ce9e89633bfec6cd5879f7f52c to your computer and use it in GitHub Desktop.
How to decompile to java files intellij idea 2018.2
java -cp ".\plugins\java-decompiler\lib\java-decompiler.jar" org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true .\JARFILE.jar .\src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment