-
Notifications
You must be signed in to change notification settings - Fork 126
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
Configure remote listening #17
Comments
To add to this, it would be handy if we could provide configuration to allow TLS connections with a user-provided token (maybe generate a random one and write it to a file owned and readable only be root). |
I implemented magisk-Frida remote debugging by performing the following steps. Step1: adb login android, and get root shell. Step2: find the main directory of magisk-frida, and cd into it. Step3: edit service.sh, change "frida-server" to "frida-server -l 0.0.0.0:27042"
|
Before installing MagiskFrida.zip from the releases, you can customize the startup configuration of frida-server by modifying the /common/service.sh file within the MagiskFrida.zip archive.
|
As i know, by default, frida listens on the localhost but not on 0.0.0.0. How can i do it manually?
The text was updated successfully, but these errors were encountered: