frida-go
frida-go copied to clipboard
Unexpected early end-of-stream
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
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.
Duplicate of https://github.com/frida/frida-core/issues/294 I think?