728x90
안드로이드 분석 할 떄 쓰는 Tool 정리
Nox 애뮬레이터
- PC에서 모바일 게임을 비롯한 모바일 앱들을 실행할 수 있게 하는 에뮬레이터 프로그램
- https://kr.bignox.com/
ADB(Android Dedug Bridge)
- 안드로이 장치와 통신하여 디버깅등의 여러 작업을 수행할 수 있는 툴
- 안드로이드 SDK에 포함 되어 있음
- https://developer.android.com/studio/releases/platform-tools?hl=ko
- ADB 사용시
- 옵션 -> 디바이스정보 -> 소프트웨어 정보 -> 빌드번호(연타)
- 옵션 -> 개발자 옵션 -> USB 디버깅 체크
apktool
- Android 앱 리버싱 도구 (Java 설치 필요)
- 디컴파일 , 리패키징
- https://bitbucket.org/iBotPeaches/apktool/downloads/
APKStudio
- android 앱 리버싱 자동화 도구
- 디컴파일, 빌드, 리패키징등등
- https://github.com/iBotPeaches/Apktool
jadx-gui
- 디컴파일 도구
- https://github.com/skylot/jadx
xapkd
- android 디텍터
- https://github.com/horsicq/XAPKDetector
APK Easy Tools
- 작업 중인 앱의 APK 파일을 관리, 서명, 컴파일 및 디컴파일할 수 있는 경량 GUI 애플리케이션
- https://forum.xda-developers.com/t/discontinued-windows-apk-easy-tool-v1-60-2022-06-23.3333960/
Proxy - burp suite
Frida
- 동적 디버그 툴
- https://frida.re/
728x90
'play > box' 카테고리의 다른 글
Nox 애뮬레이터 burp suite 연결 하는법 (0) | 2023.07.01 |
---|---|
Chrome JavaScript 비활성화 방법 및 크롬 안티 디버깅 우회 (2) | 2023.06.18 |
SQLite 데이터 베이스 복구 (0) | 2023.05.24 |
SQLite 파일 구조 (2) | 2023.05.21 |
dexprotector unpack (1) | 2023.04.21 |