-
Notifications
You must be signed in to change notification settings - Fork 28
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
Issues with Nox emulator #20
Comments
Hi, at first thx for reporting this issue. Did you already tried that you are able to use frida on this devices? |
Hello, Yes, frida appears to be working. I'm able to run objection and frida scripts just fine, for instance. I'm also using windows if that makes a difference. |
Hi, regarding your question: The We never tried it with the Nox emulator. |
I tried running the command with Android studio's AVD and without the -s parameter. In both cases I get the same error messages of either 'device not found' or 'connection closed'. Interestingly, android studio was able to detect my nox emulator, but FriTap could not. The only thing I can think of is maybe it's firewall/permissions related. Also just to be sure, for the -H flag should we supply the IP and port listed under adb connected devices? For example, if I run the command 'adb devices' I get a list of devices attached containing one device listed as '127.0.0.1:62027' and have used this for the -H parameter. |
I have an instance of nox rooted with usb debugging enabled and connected to a frida-server. However, when I attempt to run the command fritap -m -k keys.log -v -s , I get this error:
[-] Unknown error: device not found
I've also tried running it with the command fritap -H 127.0.0.1:62027 -k keys.log -v -s as this appears to be the ip and port of my connected device, but I get:
[-] Unknown error: connection closed
Any advice on how to configure fritap to work with nox (or any emulator) apps would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: