Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a simple shell utility to decompile ad entire project at once #221

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hackuno
Copy link

@hackuno hackuno commented Dec 22, 2020

I added a simple bash script to run cfr on entire project folders/subfolder.
Thank you for your work!

simple shell to loop through all subfolders of a project
shell updated
fixed ext variable and added SORT option (some class are decompiled differently by others and some time it's just a matter of ordering, so, if you need a second check, you can brutally alphabetically sort the entire java file to hope your compare can check if the classes are the same)
@leibnitz27
Copy link
Owner

Hey - thanks for looking in - appreciated, but I don't really want to include operating system specific scripts in this repo - I've gone out of my way to make this pretty O/S agnostic.

@hackuno
Copy link
Author

hackuno commented Dec 23, 2020 via email

@ildar-shaimordanov
Copy link
Contributor

I liked this decompiler and wrote two scripts to simplify its invocation. I decided to share it here -- you can find it by this link: https://github.com/ildar-shaimordanov/jd-cfr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants