CreditTone / hooker

🔥🔥hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、firda版JustTrustMe、disable ssl pinning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'frida'

Liuxw17 opened this issue · comments

➜  hooker git:(2022074_first_use) ✗ ./hooker
./hooker: line 6: frida-ps: command not found
Enter the need to attach package.
:
It's  that you have attached app.
Traceback (most recent call last):
  File "/Users/xxx/Desktop/hooker/hooker.py", line 6, in <module>
    import frida, sys
ModuleNotFoundError: No module named 'frida'

image

已经安装了frida和frida-tools,为什么运行.hooker会提示如下报错?

➜  hooker git:(2022074_first_use) ✗ ./hooker
./hooker: line 6: frida-ps: command not found
Enter the need to attach package.
:
It's  that you have attached app.
Traceback (most recent call last):
  File "/Users/xxx/Desktop/hooker/hooker.py", line 6, in <module>
    import frida, sys
ModuleNotFoundError: No module named 'frida'

image

已经安装了frida和frida-tools,为什么运行.hooker会提示如下报错?

我也遇到这个问题,你是怎么解决的,对py的环境有什么要求吗