美文网首页
frida-ps: command not found

frida-ps: command not found

作者: 安然丶永远 | 来源:发表于2018-08-24 22:29 被阅读222次

最近了解到frida 砸壳,于是安装pyhton,安装pip,安装frida,一系列操作后,发现使用frida-ps 的时候,找不到该命令。

如果出现以下情况,则可以尝试以下2个方法:

1.确保安装了frida-tools。 pip3 install frida-tools

2.环境变量。

sudo vim ~/.bash_profile

添加:

export PATH=/usr/local/bin:$PATH

保存,source ~/.bash_profile使配置修改生效。

相关文章

网友评论

      本文标题:frida-ps: command not found

      本文链接:https://www.haomeiwen.com/subject/rqtwiftx.html