CreditTone / hooker

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

ModuleNotFoundError: No module named 'frida' #54

Closed Liuxw17 closed 2 years ago

Liuxw17 commented 2 years ago
➜  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会提示如下报错?

df13954 commented 1 year ago
➜  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的环境有什么要求吗