Skip to content

device.attach(pid),砸壳报错,有大佬可以提供个思路吗 #368

Description

@lwk123qq

尝试了几个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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions