ChiChou / grapefruit

(WIP) Runtime Application Instruments for iOS. Previously Passionfruit
MIT License
812 stars 75 forks source link

IGF stuck at device fetch information page #45

Closed B4RD4k closed 3 years ago

B4RD4k commented 3 years ago

Hi,

I am using Iphone SE 13.3 jailbroken and installed with frida 15.0.2 (installed from cydia repo). I tried to install igf using npm install -g igf and it was installed without errors. now it stuck at the page described above (ss attached)

any help? 10x

image

B4RD4k commented 3 years ago

I just checked the frida version installed with python and it's working on 15.0.2. changing the package.json to frida 15.0.2 returned a lot of errors when trying to run if again.

B4RD4k commented 3 years ago

Update: Looks like IGF doesn't suupport frida-node >= 15.0.0.

image

ChiChou commented 3 years ago

Please try v0.9.2

B4RD4k commented 3 years ago

Works thanks for the hard work!