frida-go icon indicating copy to clipboard operation
frida-go copied to clipboard

Unexpected early end-of-stream

Open blacktop opened this issue 2 years ago • 2 comments

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

blacktop avatar Jul 27 '23 23:07 blacktop

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.

NSEcho avatar Jul 28 '23 07:07 NSEcho

Duplicate of https://github.com/frida/frida-core/issues/294 I think?

Manouchehri avatar Jan 24 '24 21:01 Manouchehri