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

Spaw process not loading script. #61

Open
hotwhitewind opened this issue Aug 31, 2021 · 6 comments
Open

Spaw process not loading script. #61

hotwhitewind opened this issue Aug 31, 2021 · 6 comments

Comments

@hotwhitewind
Copy link

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.

@hotwhitewind
Copy link
Author

Host system Windows 10 and Debian 10 trying.

@hotwhitewind
Copy link
Author

Emulator Genymotion trying, without success

@s1341
Copy link

s1341 commented Sep 1, 2021

did you %resume?

@hotwhitewind
Copy link
Author

Yes.

@hotwhitewind
Copy link
Author

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.

@hotwhitewind
Copy link
Author

It feels like spawn doesn't work at all

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

2 participants