We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I apologize if this is a Frida question and not a frida-go question, but:
frida-go
I'm trying to attach to com.apple.WebContent via a checkra1n-ed iPod Touch running 14.4.1
com.apple.WebContent
session, err = dev.Attach(procPID, nil) if err != nil { return fmt.Errorf("failed to attach to PID: %v", err) }
⨯ failed to attach to PID: FError: Unexpected early end-of-stream
The text was updated successfully, but these errors were encountered:
Hey, did you try the same with frida and is the output the same. Unfortunately, I don't have such device so can't really dig into it.
frida
Sorry, something went wrong.
Duplicate of frida/frida-core#294 I think?
No branches or pull requests
I apologize if this is a Frida question and not a
frida-go
question, but:I'm trying to attach to
com.apple.WebContent
via a checkra1n-ed iPod Touch running 14.4.1The text was updated successfully, but these errors were encountered: