리버싱
안드로이트 앱 리버싱 하는 방법
안드로이트 앱 리버싱 하는 방법 안드로이드 앱 분석 전 설치가 필요한 프로그램 * 안드로이드 컴파일 순서 : class > dex > apk 1. JAVA 파일 : Jar파일 (1.8이상 다운 필요) 링크 : https://java.com/ko/download/ 2. Dex2Jar 파일 : 앱 파일의 확장자 dex를 jar로 변환해줌. 링크 :https://github.com/pxb1988/dex2jar 링크2 : https://sourceforge.net/projects/dex2jar/ dex2jar Download dex2jar for free. Tools to work with android .dex and java .class files. Mirrors: * https://bitbucket.org..