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

Unexpected early end-of-stream #19

Open
blacktop opened this issue Jul 27, 2023 · 2 comments
Open

Unexpected early end-of-stream #19

blacktop opened this issue Jul 27, 2023 · 2 comments

Comments

@blacktop
Copy link

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.1

			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
@NSEcho
Copy link
Member

NSEcho commented Jul 28, 2023

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.

@Manouchehri
Copy link

Duplicate of frida/frida-core#294 I think?

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

3 participants