一.python安裝模塊
pip3 install frida pip3 install frida-tools
二.下載frida-server
#下載連接 https://github.com/frida/frida/releases #選擇版本前先adb鏈接手機,查看對於版本安裝對應版本frida-server adb shell cat /proc/cpuinfo #選擇 #比個人是32位選擇 frida-server-12.9.8-android-arm.xz
三.frida-server上傳手機
#上傳到手機 adb push frida -server /data/local/ tmp / #添加權限 root@mx4:/ # chmod 777 frida -server #手機上運行 frida-server ,命令以下 : root@mx4:/ #./ data/local/ tmp / frida -server #端口轉發 , 電腦上運行以下命令 : adb forward tcp:27042 tcp:27042
本文分享 CNBlog - 加載時間中.....。
若有侵權,請聯繫 support@oschina.cn 刪除。
本文參與「OSC源創計劃」,歡迎正在閱讀的你也加入,一塊兒分享。python