adb可以找到,且是root真机
root@5S:~/hooker# adb devices
List of devices attached
1912800a device
root@5S:~/hooker# python3 hooker.py
Traceback (most recent call last):
File "hooker.py", line 266, in
_init_adb_device()
File "hooker.py", line 264, in _init_adb_device
adb_device = adbutils.adb.device()
File "/root/.pyenv/versions/3.8.8/lib/python3.8/site-packages/adbutils/init.py", line 79, in device
raise RuntimeError("Can't find any android device/emulator")
RuntimeError: Can't find any android device/emulator
adb可以找到,且是root真机
root@5S:~/hooker# adb devices
List of devices attached
1912800a device
root@5S:~/hooker# python3 hooker.py
Traceback (most recent call last):
File "hooker.py", line 266, in
_init_adb_device()
File "hooker.py", line 264, in _init_adb_device
adb_device = adbutils.adb.device()
File "/root/.pyenv/versions/3.8.8/lib/python3.8/site-packages/adbutils/init.py", line 79, in device
raise RuntimeError("Can't find any android device/emulator")
RuntimeError: Can't find any android device/emulator