-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
尝试了几个app都是可以通过的,自家的app有做过保护,砸壳过程中就超时报错了
File "/Users/xxx/Desktop/JailBreak/frida-ios-dump/dump.py", line 272, in open_target_app
session = device.attach(pid)
File "/Users/xxx/Library/Python/3.9/lib/python/site-packages/frida/core.py", line 86, in wrapper
return f(*args, **kwargs)
File "/Users/xxx/Library/Python/3.9/lib/python/site-packages/frida/core.py", line 1071, in attach
return Session(self._impl.attach(self._pid_of(target), **kwargs)) # type: ignore
frida.TransportError: timeout was reached
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/xxx/Desktop/JailBreak/frida-ios-dump/dump.py", line 337, in
(session, display_name, bundle_identifier) = open_target_app(device, name_or_bundleid)
File "/Users/xxx/Desktop/JailBreak/frida-ios-dump/dump.py", line 272, in open_target_app
session = device.attach(pid)