You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-all或者-c参数报错
pid = self.device.spawn(path)
File "E:\Python\lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
File "E:\Python\lib\site-packages\frida\core.py", line 959, in spawn
if isinstance(argv[0], bytes):
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
-all或者-c参数报错
pid = self.device.spawn(path)
File "E:\Python\lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
File "E:\Python\lib\site-packages\frida\core.py", line 959, in spawn
if isinstance(argv[0], bytes):
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: