[FRIDA #1] 프리다 삭제, 설치, 특정 버전 설치, 기본 명령어
#프리다 삭제 pip uninstall frida pip uninstall frida-tools #프리다 설치 (python -m) pip upgrade pip (python -m) pip install frida==16.0.8 (python -m) pip install frida-tools==16.0.8 #버전 체크 frida --version 파이썬, Javascript로 스크립트 만들어서 후킹하는듯 https://frida.re/ Frida • A world-class dynamic instrumentation toolkit Observe and reprogram running programs on Windows, macOS, GNU/Linux, iOS, watchOS, tvOS, Android, ..
2023. 2. 1.