Skip to content

안드로이드 앱 소스코드를 분석하려는 경우

Jooyung Han edited this page Dec 12, 2013 · 1 revision

https://code.google.com/p/dex2jar/ 을 이용하면 apk/dex로부터 jar파일을 얻을 수 있음. 이를 classpath에 넣고 android.jar를 추가로 넣어주면 라이브러리 의존성을 신경쓰지 않고 분석해볼 수 있음.

Clone this wiki locally