Programming/Java

java decompiler 디컴파일러 사용법 (procyon)

Gadget 2025. 7. 14. 15:07

jd-gui 보다 정확한 작업이 가능할 수 있으며 일반적인 옵션을 기재합니다.

java -jar procyon-decompiler-0.6.0.jar --unicode --disable-foreach -sm -ps -ec -u -o 디렉토리명 jar파일명

https://github.com/mstrobel/procyon/releases/tag/v0.6.0

 

Release Procyon Decompiler v0.6.0 · mstrobel/procyon

Procyon Decompiler v0.6.0 adds the following: Various bug fixes, including but not limited to: Duplicate declarations of catch exception variables. Variables not declared inside lambdas when the...

github.com