Windows/Ubuntu安装frida和objection

嵌入式技术

1330人已加入

描述

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

 

WINDOWS

(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

 

WINDOWS

WINDOWS

(2).安装objection的特定版本

 

pip install objection==版本号
或
pip3 install objection==版本号

 

审核编辑:汤梓红
 

 

打开APP阅读更多精彩内容
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

全部0条评论

快来发表一下你的评论吧 !

×
20
完善资料,
赚取积分