leibnitz27 / cfr

This is the public repository for the CFR Java decompiler
https://www.benf.org/other/cfr
MIT License
2.01k stars 258 forks source link

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

Open hackuno opened 3 years ago

hackuno commented 3 years ago

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

leibnitz27 commented 3 years ago

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 commented 3 years ago

Thank you too for your helpful work :)

Have a nice day!

Il Mer 23 Dic 2020, 16:26 Lee Benfield notifications@github.com ha scritto:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/leibnitz27/cfr/pull/221#issuecomment-750348706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGT4XIYH5URPPJUZMVQW5VDSWIDZVANCNFSM4VF2ZMGQ .

ildar-shaimordanov commented 3 years ago

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.