Frida 설치Python 3.9 기준으로 Frida 설치pip install fridapip install objectionpip install frida-toolsHTTP Toolkit 설치https://httptoolkit.com/ 에서 설치.ADB 설치https://developer.android.com/studio/releases/platform-tools?hl=ko해당 사이트에서 SDK Platform tools를 각 OS 버전에 맞게 설치Android 기기 Bit 확인adb shell getprop ro.product.cpu.abiApplication Binary InterfaceBitarmeabi-v7a32bitarm64-v8a64bitx8632bitx86_6464bitFrida Serve..