une-petite-laitue
Results
1
comments of
une-petite-laitue
Still bugging, but a (slightly shaky) workaround for anyone experiencing the same: ```python import frida device = frida.get_usb_device() device.kill("App") try: device.spawn("com.app") except frida.TimedOutError: pass device.attach("App") ```