Versions in this module Expand all Collapse all v1 v1.0.172 Jan 22, 2025 Changes in this version + func MoveBack(socket string) error + func MoveSock(socket string) (string, error) + func NewBinDumpOnly(jsonFilePath string, dumpFilePath string, log *log.Entry) decoder + func NewDtxDecoder(jsonFilePath string, binFilePath string, log *log.Entry) decoder + type BinaryForwardingProxy struct + func (b *BinaryForwardingProxy) ReadMessage() ([]byte, error) + func (b BinaryForwardingProxy) Close() + func (b BinaryForwardingProxy) Send(msg []byte) error + type ConnectionInfo struct + ConnectionPath string + CreatedAt time.Time + ID string + type DebugProxy struct + WorkingDir string + func NewDebugProxy() *DebugProxy + func (d *DebugProxy) Close() + func (d *DebugProxy) Launch(device ios.DeviceEntry, binaryMode bool) error + type DumpingConn struct + func NewDumpingConn(filePath string, conn net.Conn) *DumpingConn + func (d DumpingConn) Close() error + func (d DumpingConn) LocalAddr() net.Addr + func (d DumpingConn) Read(b []byte) (n int, err error) + func (d DumpingConn) RemoteAddr() net.Addr + func (d DumpingConn) SetDeadline(t time.Time) error + func (d DumpingConn) SetReadDeadline(t time.Time) error + func (d DumpingConn) SetWriteDeadline(t time.Time) error + func (d DumpingConn) Write(b []byte) (n int, err error) + type MessageWithMetaInfo struct + DtxMessage interface{} + Length int + MessageType string + OffsetInDump int64 + TimeReceived time.Time + type PhoneServiceInformation struct + ServiceName string + ServicePort uint16 + UseSSL bool + type ProxyConnection struct + func (p *ProxyConnection) LogClosed()