Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

simple tool that implements vineflower to decompile java source code

Notifications You must be signed in to change notification settings

devme4f/jar2java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation

jar2java

simple tool that implements vineflower to decompile java source code in a folder. This tool will decompile .jar/.class file to .java. Useful for searching when audit source code

options:

-f : folder contain jar file
-t: number of thread when decompile class file (main4big.py only)
-jp : specify java binary path if it's not available on your path env (jdk >= 17)

examples:

# decompile all files in folder
python3 main.py -f /path/to/folder/
# when dealing with large files
python3 main4big.py -t 4 -f /path/to/folder/
# specify jdk path to use
python3 main.py -f /path/to/folder/ -jp /opt/jdk17/bin/java

About

simple tool that implements vineflower to decompile java source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /