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 process, trying disabling magisk #1072

Closed
dsha44 opened this issue Nov 4, 2019 · 4 comments
Closed

Failed to spawn process, trying disabling magisk #1072

dsha44 opened this issue Nov 4, 2019 · 4 comments

Comments

@dsha44
Copy link

dsha44 commented Nov 4, 2019

Hi guys, getting this error message using -f

"Failed to spawn: unable to access zygote while preparing for app launch; try disabling Magisk Hide in case it is active"

Magisk hide is disabled yet this still doesn't work. Any ideas?
Checked all other issues and they do not work.

@dj-party23
Copy link

Had the exact same issue even after re-flashing a stock rom and disabling magisk hide. This comment worked: #877 (comment)

@foxundermoon
Copy link

foxundermoon commented Dec 30, 2019

seems no any idea now

I am buy one phone by @oleavr tested Pixel 3, Nexus 5X, and Samsung Galaxy S5 Edge
I chose Nexus 5X .

@oleavr oleavr closed this as completed Dec 30, 2019
@fsevenm
Copy link

fsevenm commented May 30, 2021

In Anbox, I just change -l to -n when calling frida, frida -U -n xxx.xxx.xxx -l hook.js. Then, I don't need to stop Magisk hide.

@jjogal
Copy link

jjogal commented Feb 23, 2022

Frida and Magisk require Zygote module to spawn processes. Magisk Hide ptraces the zygote module in order to intercept calls, which locks out other apps from doing so, and zygote is needed by Frida to spawn apps and do early hooking.

We can temporarily disable MagiskHide. We can quickly disable it through the command-line using adb. Run

adb shell "su -c magiskhide disable"

And then recheck with your frida command, It should work.

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

6 participants