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

Frida-helper-32 doesn't exist #483

Open
yusuf202021 opened this issue Aug 29, 2023 · 3 comments
Open

Frida-helper-32 doesn't exist #483

yusuf202021 opened this issue Aug 29, 2023 · 3 comments

Comments

@yusuf202021
Copy link

When I try to spawn a process with frida -U -f com... I get Failed to spawn: unexpectedly timed out while spawning helper process error and frida-server logs an error too which says unable to stat file for the executable "/memfd:frida-helper-32 (deleted)": No such file or directory. I tried to solve this by modifying the source code myself but I couldn't build it.

@banda13
Copy link

banda13 commented Sep 7, 2023

For me it was compatibility issue, it worked with an older version. (15.2.2, I guess the phone was too old) Don't forget to downgrade frida as well.

@keralaboy123
Copy link

hi in my android 7 i installed frida by following comand and it worked.as banda said its probably a compatibility issue.

" pip install frida-tools==10.5.3"

@pythonwood
Copy link

pythonwood commented Feb 6, 2024

android 7 device test(kernel 4.1 arm64)

./frida-server-16.0.19-android-arm64
unable to stat file for the executable "/memfd:frida-helper-32 (deleted)": No such file or directory

./frida-server-16.0.10-android-arm64
(no error)

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

4 participants