Mac OS 安装frida

安装frida和frida-tools

Python是基础,提前装好Python

终端执行

复制代码
python3 -m pip install frida

如果出现error 按照提示处理

信息提示:brew install pipx

于是终端执行:

复制代码
brew install pipx

安装frida:

复制代码
pipx install frida

安装frida-tools

复制代码
pipx install frida-tools

检查是否安装成功:

复制代码
frida-ps -U

如安装卡死、超时可使用国内镜像:

复制代码
sudo pipx install frida -i 镜像源url 

注:清华:https://pypi.tuna.tsinghua.edu.cn/simple

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/

豆瓣:http://pypi.douban.com/simple/

安装frida服务端:frida-server

frida release 传送门

Android simulator 的架构都是 x86架构 ,真机 一般是 ARM 架构的。

(注:下载版本必须和虚拟环境 Frida --v 相同)

推送frida-server到root过的手机

下载后解压文件,并将文件重命名为:frida-server ,然后推送到手机

复制代码
adb push frida-server /data/local/tmp

修改权限并运行frida-server

复制代码
adb shell
su
cd /data/local/tmp/
chmod 777 frida-server
./frida-server

如果要启动frida-server作为后台进程可启用命令

复制代码
./frida-server &

正常启动后,另开一个终端,使用 frida-ps -U 命令检查frida是否正常运行

相关推荐
kingbal20 小时前
MAC:chatgpt登陆报错签名异常
macos·chatgpt
k4m7v2pz20 小时前
macOS 窗口最小化:三种写法的实测对比与可复用脚本
macos·窗口管理·截屏·applescript·bevy·ai自动化
witton3 天前
MacOS中在目录或者文件右键菜单中添加“使用VSCode打开”
vscode·macos·文件·目录·服务·automator·右键菜单
山外有山a3 天前
【实战】M系列芯片Mac本地部署Qwen2.5:Ollama + Open WebUI 全流程与3个关键优化参数
macos
思盛iOS签名上架4 天前
App苹果签名有什么作用?
macos·ios·cocoa
MartinYeung54 天前
[论文学习]MAC:多智能体宪章学习
人工智能·学习·macos
greasyfork4 天前
Mac Sketch v2026.3 矢量图设计工具
macos·ui·sketch
无定义_4 天前
萌新联赛(六)
macos·objective-c·cocoa
风安•辛幸4 天前
mac上微信最新v4以上版客户端多开教程,亲测可用
macos·微信
weixin_531670895 天前
Interlude起来:动作动画和文字通知哪个更适合休息提醒?Mac上有没有用桌宠做动作引导的软件?
人工智能·macos·mac·swift