#android #decompile #안드로이드 #디컴파일러
- https://github.com/pxb1988/dex2jar/tree/2.x
- 0.9.x 버전에서 바로 2.x로 올라간 것 같음
- 2015년 이후 버전업은 없음
- 프로젝트는 종료된것 같음.
- Usage
- sh d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk
- d2j-dex2jar.bat -f ~/path/to/apk_to_decompile.apk
- And the output file will be apk_to_decompile-dex2jar.jar.