728x90
일단 나의 환경은
Nox Android 9 버전 7.0.5.8
anaconda3
python3.9
가 미리 설치되어 있음을 알린다.
일단, frida-server를 다운받는다.
nox_adb.exe가 있는 폴더에 가서
nox_adb push C:\Python39\Frida-server\frida-server-12.6.23-android-x86_64 /data/local/tmp
그 후 다른 명령 프롬프트를 켠 후
nox_adb.exe가 있는 폴더에 간 뒤
nox_adb shell
이후 /data/local/tmp로 이동 후
chmod 777 fri~
./fri~ &
이제 anaconda 실행 후
C:\Users\(사용자명)>conda create -n py3 python=3.7.5
conda activate py3
(py3)가 프롬프트 앞에 뜰 것이다.
이제
pip install frida
pip install frida-tools
frida-ps -U를 입력하면 현재 활성화된 모든 프로그램을 볼 수 있다.
728x90
반응형