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

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

Open
austinzwile opened this issue Jun 29, 2023 · 0 comments

Comments

@austinzwile
Copy link

austinzwile commented Jun 29, 2023

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.

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

1 participant