Windows/Ubuntu安装frida和objection
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/simplepip install frida -i https://mirrors.aliyun.com/pypi/simplepip 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/simplepip3 install frida -i https://mirrors.aliyun.com/pypi/simplepip3 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 truenpm install frida-compile -gnpm install frida-compile
2.Windows环境使用管理员权限安装objection,Ubuntu使用普通或Root权限安装均可
https://github.com/sensepost/objectionhttps://gitcode.net/mirrors/sensepost/objectionhttps://github.com/hluwa/Wallbreakerhttps://github.com/abodelot/wallbreakerhttps://github.com/sensepost/objection/wiki/APIhttps://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==版本号
推荐阅读
Frida逆向分析APP实战
Objection动态分析App
Frida Hook的使用方法
Android逆向分析基础(一)
Android逆向分析基础(二)
使用frida-net玩转frida-rpc
内置frida hook到Android系统
Objection高效对APP逆向分析实践
Android10系统内置frida相关工具实战
frida hook so导出或未导出函数的方法
Android APP开发之frida hook自吐算法
零基础培训课程+技术指导服务(技术交流社群)
定制Android系统(干掉Root检测和Frida检测)
Android渗透测试frida-Brida插件加解密实战
使用frida hook对app的常用关键代码进行定位
零基础学编程/学逆向/过检测(frida实战视频课程)
Linux+Windows安装r2Frida环境的配置及使用方法
内置frida-gadget so文件和frida-server可执行文件到系统(Android10)
Android10系统定制配置fridaserver后台进程(Moto Z2 Force机型-libqsap_sdk问题)
Android系统源码在线阅读(Android4~Android13)
新手/零基础Android手机使用过程遇到疑难问题的操作方法
干货|Android APP应用工程师转Framework工程师(仅此一篇够了)
干货|云服务器编译Android10系统源码或刷机或联网过程遇到的坑(Google Pixel3手机)
版权归原作者 哆啦安全 所有, 如有侵权,请联系我们删除。