1.Windows环境使用管理员权限安装frida,Ubuntu使用普通或Root权限安装均可
https://github.com/frida/frida
(1).安装frida(Python2.7.8及以上版本)
pip install numpy matplotlib -i https://mirrors.aliyun.com/pypi/simple
pip install frida -i https://mirrors.aliyun.com/pypi/simple
pip install frida-tools -i https://mirrors.aliyun.com/pypi/simple
(2).安装frida(Python3.9.1及以上版本)
pip3 install numpy matplotlib -i https://mirrors.aliyun.com/pypi/simple
pip3 install frida -i https://mirrors.aliyun.com/pypi/simple
pip3 install frida-tools -i https://mirrors.aliyun.com/pypi/simple
(3).安装frida的特定版本
pip install frida==版本号
pip install frida-tools==版本号
或
pip3 install frida==版本号
pip3 install frida-tools==版本号
npm config set unsafe-perm true
npm install frida-compile -g
npm install frida-compile
2.Windows环境使用管理员权限安装objection,Ubuntu使用普通或Root权限安装均可
https://github.com/sensepost/objection
https://gitcode.net/mirrors/sensepost/objection
https://github.com/hluwa/Wallbreaker
https://github.com/abodelot/wallbreaker
https://github.com/sensepost/objection/wiki/API
https://www.anquanke.com/post/id/197657
(1).安装objection
pip install objection -i https://mirrors.aliyun.com/pypi/simple
或
pip3 install objection -i https://mirrors.aliyun.com/pypi/simple
(2).安装objection的特定版本
pip install objection==版本号
或
pip3 install objection==版本号
推荐阅读
Android系统源码在线阅读(Android4~Android13)
新手/零基础Android手机使用过程遇到疑难问题的操作方法
干货|Android APP应用工程师转Framework工程师(仅此一篇够了)
干货|云服务器编译Android10系统源码或刷机或联网过程遇到的坑(Google Pixel3手机)
原文始发于微信公众号(哆啦安全):Windows/Ubuntu安装frida和objection
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论