Hi @Ch0pin,
I have a lab where the Android emulator is hosted on a server.
To connect to the emulator from a workstation, I use adb -H <server-ip-address> devices -l as an example.
The same when I use tools such as frida-ps.
Is there a way to connect medusa to the Android emulator hosted on a server like above?
Hi @Ch0pin,
I have a lab where the Android emulator is hosted on a server.
To connect to the emulator from a workstation, I use
adb -H <server-ip-address> devices -las an example.The same when I use tools such as
frida-ps.Is there a way to connect medusa to the Android emulator hosted on a server like above?