From 26622767e6f954cfd9b288d70969143f9133edd7 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Mon, 25 Sep 2023 15:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20test.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index a5d4a6b..d4f2f9b 100644 --- a/test.py +++ b/test.py @@ -5,7 +5,7 @@ def list_devices(): for device in devices: print(device) -# list_devices() +list_devices() def connect_to_device(device_id): device = frida.get_device(id=device_id, timeout=10) @@ -20,3 +20,4 @@ def on_message(message, data): +