Skip to content

Instantly share code, notes, and snippets.

@insi2304
Last active June 28, 2024 10:45
Show Gist options
  • Save insi2304/aa26cdda6e7a996dc7330e31e5d8adf1 to your computer and use it in GitHub Desktop.
Save insi2304/aa26cdda6e7a996dc7330e31e5d8adf1 to your computer and use it in GitHub Desktop.
Code Review

For Java:

find . -type f -name *.jar -exec tar rf /tmp/outfile2.tar {} ;

find . -type f -name '*.jar' | xargs -n 1 -P 20 -I {} procyon-decompiler -o decompiled2 {}

grep -anril ''

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