반응형
#anaconda 설치 후 py2 환경 구성
- conda create -n py2 python=2.7
- conda activate py2
#도구 설치
- nox
- apktool
- dex2jar
- adb
- jd-gui
- jadx
- drozer(경로설정 참고 : https://guleum-zone.tistory.com/152)
- frida(https://byounghee.tistory.com/165?category=826239)
# shell 연결
- 실제 기기와 USB 연결 (https://kibua20.tistory.com/165)
- 에뮬레이터 연결 시
adb connect 127.0.0.1:62001
adb -e shell
반응형