noobpk / frida-ios-hook

A tool that helps you easy trace classes, functions, and modify the return values of methods on iOS platform
MIT License
927 stars 155 forks source link

Frida not being recognized #56

Closed Mr-Tomahawk closed 2 years ago

Mr-Tomahawk commented 2 years ago

Hello, I am also in the comments of the youtube video so this is a bit of a double post, I tried to setup frida on both a windows and Mac laptop and both times I was met with this strange error where frida wasn’t being recognized despite being installed:

./ioshook -h Traceback (most recent call last): File “/Users/user/Downloads/frida-ios-hook-3.7/frida-ios-hook/core/hook.py”, line 1, in import frida ModuleNotFoundError: No module named “frida”

how do I fix this? Thank you

noobpk commented 2 years ago

Hi, Sorry for late reply. Please install @frida here or install via requirements.txt : pip3 install -r requirements.txt