You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frida.ServerNotRunningError: unable to connect to remote frida-server: Could not connect to fdb1:5644:912e:5307:fa99:93bc:d92f:83e3: An attempt was made to access a socket in a way forbidden by its access permissions.
I'm trying to connect to ipv6 frida server
frida-server-16.1.8-windows-x86_64.exe -l fdb1:5644:912e:5307:fa99:93bc:d92f:83e3
and in my python code
However I get an error:
frida.ServerNotRunningError: unable to connect to remote frida-server: Could not connect to fdb1:5644:912e:5307:fa99:93bc:d92f:83e3: An attempt was made to access a socket in a way forbidden by its access permissions.
I checked in nestats
netstat -ano
and I saw that frida-server is listening
TCP [fdb1:5644:912e:5307:fa99:93bc:d92f:83e3]:27042 [::]:0 LISTENING 22108
The text was updated successfully, but these errors were encountered: