Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fridump: #17

Closed
poldenais opened this issue Jun 13, 2019 · 3 comments
Closed

Fridump: #17

poldenais opened this issue Jun 13, 2019 · 3 comments

Comments

@poldenais
Copy link

poldenais commented Jun 13, 2019

Hi All,
I got fridump to run before but now I'm getting the error No module named frida.
When i connect the Jailbroken iPad up to the test machine, I can run frida-ps -U successfully. It lists out all the processes on the iPAD.

When i then goto run python fridump.py -U -s -r AppName, I get the error below.

python fridump.py -U -s -r AppName
Traceback (most recent call last):
  File "fridump.py", line 2, in <module>
    import frida
ImportError: No module named frida

The iPad iOS version is : 11.3.1

@Night-test
Copy link

The error appears to be related to your frida installation rather than fridump.

Depending on your installation, you might have installed the frida module only on Python2 and not 3 or vice versa.

Try running the following commands:

pip install frida
pip install frida -- upgrade

pip3 install frida
pip3 install frida -- upgrade

@Night-test
Copy link

Let me know if it works and if not, I will try to investigate the issue further.

@poldenais
Copy link
Author

Let me know if it works and if not, I will try to investigate the issue further.

Hi Sorry, I got it working then. I had to add sudo in front this time whatever I changed.

sudo -H python fridump.py -U -s -r APPNAME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants