728x90
1. Apk를 디컴파일하는 방법 소개
(1) 단계벌 디컴파일
(2) 명령어 한번에 apk를 쉽게 디컴파일해주는 툴 존재
- jadx : Apk를 decompile하며, GUI와 Command line 툴 모두 제공합니다
2. Jadx로 디컴파일하는 방법
Jadx는 Jadx-release에서 빌드된 파일을 다운받을 수 있음
Jadx는 command line과 GUI tool을 모두 제공.
1) tool zip 파일을 다운받고 압축을 품
2) bin 폴더를 보면 실행 파일이 존재
- jadx는 command line tool이고, jadx-gui는 GUI tool
(Linux 사용자는 양쪽 다 사용 가능, Windows 사용자의 경우 jadx-gui.bat을 사용해야 함)
* command line tool의 상세 사용방법은 아래 참조글을 확인하면 됨
Reference
https://codechacha.com/ko/how-to-decompile-android-apk/
728x90
'Dev > Android' 카테고리의 다른 글
[Android] 드래그로 움직일 수 있는 FloatingActionButton (0) | 2019.11.22 |
---|---|
[Android] EditText - 뒤로가기 backbutton 이벤트 감지 (0) | 2019.11.22 |
[Android] 블루투스 장치 목록 가져오기 관련 (0) | 2019.10.18 |
[Android] Google Account Login(구글 계정 로그인 Api) 사용법 (1) | 2019.10.16 |
[Android] SHA-1 fingerprint of keystore certificate (0) | 2019.10.16 |