-
Notifications
You must be signed in to change notification settings - Fork 98
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
Spaw process not loading script. #61
Comments
Host system Windows 10 and Debian 10 trying. |
Emulator Genymotion trying, without success |
did you |
Yes. |
Also I used the frida-trace tool with frida-trace -U -f com.anyapp.app -j '* NeedJavaClass*!NeedFunc' but it does not patch any function tracing, although if you use this tool in attaching mode (to an already running application) then the NeedFunc function is perfectly traced. |
It feels like spawn doesn't work at all |
When spawn android process in Android Studio emulator (7.1.1 Android versuon, x86) with frida cmd line like this : frida -U - f com.anybodyapp.app -l workscript.js, script not worked without any error message. When this script load with attach (frida -U - n com.anybodyapp.app -l workscript.js) this worked perfect.
The text was updated successfully, but these errors were encountered: