frida / frida-website

Frida's website
MIT License
83 stars 190 forks source link

Failed to spawn: failed to execute child process b/usr/lib/frida/frida-helperb (No such file or directory) #259

Open austinzwile opened 1 year ago

austinzwile commented 1 year ago

I'm using Corellium which comes with Frida built-in to its emulated iPhones/iPads. I keep getting this error:

sh-5.0# frida -f Slice.app
     ____
    / _  |   Frida 16.0.11 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://frida.re/docs/home/
   . . . .
   . . . .   Connected to Local System (id=local)

Failed to spawn: failed to execute child process b/usr/lib/frida/frida-helperb (No such file or directory)

sh-5.0# ls /usr/lib/frida

frida-agent.dylib

I'm on a Jailbroken iPhone SE, version 16.4. I don't see any documentation on the frida-helper binary anywhere and can't seem to find anywhere to download it so I can install it in the proper location.

It's a real pain because frida is essential to my security analysis for work (I am a penetration tester, I work on web, network and mobile environments mostly). I've looked at the source code and tried to figure out what's going on but I'm just not much of a developer. I've been using objection in the meantime for certain bypasses but ultimately frida is what I need for a thorough pentest.

I don't experience this problem with Android. I don't know if this is a frida issue or a Corellium issue. I'm submitting this here as well as with Corellium support.

I've tried uninstalling and reinstalling older and newer versions of frida. I have had no such luck with that. Don't really know what else to try, all suggestions are welcome! Let me know if there's any questions and I'll respond ASAP.