Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got error while attach to USB #2

Open
masbog opened this issue Aug 8, 2019 · 3 comments
Open

Got error while attach to USB #2

masbog opened this issue Aug 8, 2019 · 3 comments

Comments

@masbog
Copy link

masbog commented Aug 8, 2019

Hi,

i try to attach on my iOS device (iOS 12.0), i change the frida session on python script like:

session = frida.get_usb_device().attach("imagent")
#session = frida.attach("imagent")

Hooking -[MessageServiceSession handler:incomingMessage:...] @ 0x211ef60f9
{'type': 'error', 'description': 'Error: unable to intercept function at 0x211ef60f9; please file a bug', 'stack': 'Error: unable to intercept function at 0x211ef60f9; please file a bug\n at frida/runtime/core.js:387\n at /script1.js:70', 'fileName': 'frida/runtime/core.js', 'lineNumber': 387, 'columnNumber': 1}
Press Ctrl-C to quit

@ChiChou
Copy link

ChiChou commented Aug 9, 2019

710173b

@rpwnage
Copy link

rpwnage commented Jan 1, 2020

The offset is macOS dependent and not in any relation to your iOS version. what macOS are you running @masbog? This error usually means that the provided function offset was not found and therefore cannot be hooked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@masbog @ChiChou @rpwnage and others