자주쓰는 명령어 (Android)
작성자 정보
- za9uar 작성
- 작성일
본문
※ ADB
adb devices
adb shell
adb logcat ActivityManager:I art:I *:S
adb install za9uar.apk
adb install -r za9uar.apk
adb uninstall com.android.insecurebankv2 -k
* k: 데이터는 삭제하지 않고 Application만 삭
adb start-server
adb kill-server
※ 추출
ExtractApk
adb shell pm list packages -f | grep za9uar
adb pull /sdcard/testfile.txt c:\testfile.txt
adb push c:\testfile.txt /sdcard/pulltest.txt
※ 디컴파일
jadx
d2j-dex2jar.bat UnCrackable1.apk
※ Apktool (디컴파일, 리패키징)
apktool d za9uar.apk
* ref: https://ibotpeaches.github.io/Apktool/
※ 분석
jadx-gui
※ Frida
frida -U -f owasp.mstg.uncrackable1 -l uncrackable1.js
관련자료
-
다음
댓글 0
등록된 댓글이 없습니다.