frida / frida-website

Frida's website
MIT License
83 stars 190 forks source link

unable to connect remote frida server #262

Open jpbprakash opened 1 year ago

jpbprakash commented 1 year ago

Hi Team,

After I ran the server by using this command ./frida-server & it shows like below.

root@genymotion:/data/local/tmp # ./frida-server & [1] 2934 root@genymotion:/data/local/tmp # /system/bin/sh: ./frida-server: No such file or directory

[1] + Done (1) ./frida-server

And when I check for frida-ps -U it shows the below. ─$ frida-ps -U 2 ⨯ Failed to enumerate processes: unable to connect to remote frida-server: closed

For your reference. ─(kali㉿kali)-[~] └─$ frida --version 16.1.3

Can you please provide a solution on this.

Thanks & Regards, JP