+Ch0pin
+Ch0pin
Sounds good, thank you very much @alright21
I am planning to remove the hardcoded colors in the near future, so it is better to go with the library.
@M0x0101 , thank you so much for the pr ! I just need to check a few things first. More importantly, please send me a brief description of the vulnerability...
I am having exactly the same issue in Android ```python import frida device = frida.get_usb_device() session = device.attach(30034) script = session.create_script("console.log(Java.available)") script.load() ``` Doesn't actually log anything, while `console.log('Hello, World!')`...
> [@NSEcho](https://github.com/NSEcho) [still seems pretty broke to me](https://asciinema.org/a/M1PRoUlHXhT0QWHt8BsjcwsAj). > > > Frida now doesn't bundle bridges inside of it (therefore the need to install bridges and compile the script), only...
@MinhPham123456789 , You can do that by adding --host, in the `run` command. For example: ```` (device-id) medusa> run -f com.foo.bar --host 1.2.3.4:5555 ````
if I am not mistaken, if you have already connected to your device using adb it should show-up on the devices. There is no direct way to define a device...
I see... Such an option is only available in non-interactive mode but I can probably 'port' it to interactive mode too.
@MinhPham123456789 , Right now I am still working on resolving frida 17 issues, but I can schedule it for later.