Skip to content

Instantly share code, notes, and snippets.

@YoshihitoAso
Last active January 13, 2019 01:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YoshihitoAso/0c48e058e7b0dfa3cf34 to your computer and use it in GitHub Desktop.
Save YoshihitoAso/0c48e058e7b0dfa3cf34 to your computer and use it in GitHub Desktop.
[Java][Jad]jadでディレクトリ配下を一括デコード

jadでディレクトリ配下を一括デコード

jad -8 -d src -s .java -r dist **/*.class

でOK。

srcディレクトリ配下にデコードされたソースが格納される。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment