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

unable to connect to remote frida-server: closed #8

Open
fbruzzaniti opened this issue Oct 13, 2020 · 5 comments
Open

unable to connect to remote frida-server: closed #8

fbruzzaniti opened this issue Oct 13, 2020 · 5 comments

Comments

@fbruzzaniti
Copy link

fbruzzaniti commented Oct 13, 2020

I installed the project on macOS Big Sur and was able to get it up and running if I disable the option for frida in the config otherwise I get the error: unable to connect to remote frida-server: closed

Screen Shot 2020-10-14 at 2 18 50 am

Someone else mentioned the same error here frida/frida#582 and it was solved by using:
adb forward tcp:27042 tcp:27042
adb forward tcp:27043 tcp:27043

I did try that after the emulator had started but it didn't seem to help (although the commands ran successfully).

@BZHugs
Copy link

BZHugs commented Oct 13, 2020

Hi @fbruzzaniti,

This project is unfortunately not ready for macOS. However, you can debug it and make a Pull Request if you want.

@fbruzzaniti
Copy link
Author

fbruzzaniti commented Oct 14, 2020

Happy to do some debugging and write a macOS install guide, seems like everything seems to work except frida.
Could you point me in the direction of the section of the code you guess the issue could be, otherwise I might look for where the frida client and server processes are launched and what ports they use and see if I can forward them via adb.

@BZHugs
Copy link

BZHugs commented Oct 14, 2020

@Berlin-231
Copy link

I am facing the same issue but on Ubuntu. I already tried adb forward. Any other reason this could be happening?

For adb forward, I powered up the virtual device separately and then fired those two commands. Not quite sure how else to do it as the analysis pretty much starts up and closes and on all its own.

Any help on this is highly appreciated

@fbruzzaniti
Copy link
Author

I fixed my issue by installing frida-tools. I.e. pip3 install Frida-tools

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

3 participants