dex2jar 2

dex2jar - com.googlecode.d2j.DexException: not support version.

이런 오류가 발생했다면 오래된 dex2jar를 사용하고 있는 것이다. 구글에서 dex2jar decompile을 검색하면 sourceforge의 다운로드 링크가 나오는데, 2016년 이후로 더이상 업데이트 되지 않는다. 이제는 새롭게 아래 링크에서 코드를 내려 받아서 가이드대로 따라만 하면 된다. GitHub - pxb1988/dex2jar: Tools to work with android .dex and java .class files Tools to work with android .dex and java .class files - GitHub - pxb1988/dex2jar: Tools to work with android .dex and java .class files github.com

[android] apk decompile (안드로이드 apk 디컴파일)

신규 프로젝트를 진행한 뒤, 난독화가 잘 되었는지 확인하기 위해서 디컴파일을 진행해 보았다. 디컴파일은 평소에 자주 하는게 아니기 때문에 정리차원에서 포스팅을 해두자. apktool을 이용하여 디컴파일을 하는 방법도 있지만, 나는 오래전에 사용해 보았던 dex2jar를 이용하여 간단하게 디컴파일을 할 것이다. 1. 먼저 아래 링크에서 dex2jar를 다운 받는다. https://sourceforge.net/projects/dex2jar/ dex2jar Download dex2jar for free. Tools to work with android .dex and java .class files. Mirrors: * https://bitbucket.org/pxb1988/dex2jar * https://gi..