Closed Mohamed3bdelwahab closed 1 year ago
device = frida.get_device_manager().add_remote_device("host:port")
or
device = frida.get_device_manager().add_remote_device("host")
to use the default port of 27042.
(This is what the frida-tools CLI tools do when you specify -H host:port
.)
i make script but it's only work with usb frida.get_usb_device how make it take host and port to work with them instead of usb