chaitin / passionfruit

[WIP] Crappy iOS app analyzer
MIT License
1.67k stars 226 forks source link

Passionfruit not finding devices on Windows #41

Closed vincentcox closed 4 years ago

vincentcox commented 5 years ago

It appears that Passionfruit cannot find my iPhone (jailbroken).

I did the usual stuff: reinstall iTunes, reinstalled PassionFruit, run PassionFruit as Administrator, tested on my Mac to exclude the possibility that the issue would be the iPhone (on Mac it works).

image

Versions:

C:\WINDOWS\system32>node --version
v11.3.0

C:\WINDOWS\system32>npm --version
6.4.1

iOS 11.1.2(15B202)
Elektra Jailbreak

Any idea what could cause this?

ChiChou commented 5 years ago

Is your Windows a virtual machine? It is known that we have problem on VM. Otherwise I need to patch this in upstream frida library

vincentcox commented 5 years ago

Hi, thanks for your reply. Windows 10 is running native on my machine.

ChiChou commented 5 years ago

@vincentcox Thanks for the report. Will contact you later if I got time to look at this

vincentcox commented 5 years ago

Ok great, let me know if I can test a branch with a fix for this. I will try to help where possible.

ChiChou commented 5 years ago

My Windows worked smoothly. Can you pip install frida-tools, and check the result of frida-ls-devices?

vincentcox commented 5 years ago

I'm sorry, I switched to Ubuntu last Friday so I cannot test it anymore (just got sick of Windows in general :p ). If you want you can close this issue, because I'll install it on Ubuntu this week.

ChiChou commented 4 years ago

I think it's fine on Windows now