Created
March 3, 2019 16:46
-
-
Save ben-willmore/47bf8056ff534e4517b28820ec8d074a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO[0000.020600] device opened path=/dev/iap0 | |
WARN[0000.026805] writing trace path=ipod.trace | |
INFO[0000.590190] << FRAME len=24 | |
([]uint8) (len=24 cap=64) { | |
00000000 55 0e 00 13 00 00 04 11 00 00 00 02 00 00 02 00 |U...............| | |
00000010 c6 00 00 00 00 00 00 00 |........| | |
} | |
INFO[0000.606521] << PACKET len=14 | |
([]uint8) (len=14 cap=15) { | |
00000000 00 13 00 00 04 11 00 00 00 02 00 00 02 00 |..............| | |
} | |
INFO[0000.616275] << CMD id=0x00,0x13 trx | |
=<nil> type=*general.IdentifyDeviceLingoes | |
(*ipod.Command)(0x11d0a550)({ | |
ID: (ipod.LingoCmdID) 0x00,0x13, | |
Transaction: (*ipod.Transaction)(<nil>), | |
Payload: (*general.IdentifyDeviceLingoes)(0x11d149d0)({ | |
Lingos: (uint32) 1041, | |
Options: (uint32) 2, | |
DeviceID: (uint32) 512 | |
}) | |
}) | |
INFO[0000.625917] >> CMD id=0x00,0x02 trx | |
=<nil> type=*general.ACK | |
(*ipod.Command)(0x11d0a5a0)({ | |
ID: (ipod.LingoCmdID) 0x00,0x02, | |
Transaction: (*ipod.Transaction)(<nil>), | |
Payload: (*general.ACK)(0x11d14b5a)({ | |
Status: (general.ACKStatus) 0, | |
CmdID: (uint8) 19 | |
}) | |
}) | |
INFO[0000.630589] >> PACKET len=4 | |
([]uint8) (len=4 cap=64) { | |
00000000 00 02 00 13 |....| | |
} | |
INFO[0000.638549] >> FRAME len=7 | |
([]uint8) (len=7 cap=1024) { | |
00000000 55 04 00 02 00 13 e7 |U......| | |
} | |
INFO[0000.648386] >> CMD id=0x00,0x14 trx | |
=0x0001 type=*general.GetDevAuthenticationInfo | |
(*ipod.Command)(0x11d0a5b0)({ | |
ID: (ipod.LingoCmdID) 0x00,0x14, | |
Transaction: (*ipod.Transaction)(0x11d14b5c)(0x0001), | |
Payload: (*general.GetDevAuthenticationInfo)(0x358fd4)({ | |
}) | |
}) | |
INFO[0000.659195] >> PACKET len=4 | |
([]uint8) (len=4 cap=64) { | |
00000000 00 14 00 01 |....| | |
} | |
INFO[0000.662514] >> FRAME len=7 | |
([]uint8) (len=7 cap=1024) { | |
00000000 55 04 00 14 00 01 e7 |U......| | |
} | |
INFO[0000.693548] << FRAME len=8 | |
([]uint8) (len=8 cap=64) { | |
00000000 55 03 00 0f 00 ee 00 00 |U.......| | |
} | |
INFO[0000.695196] << PACKET len=3 | |
([]uint8) (len=3 cap=4) { | |
00000000 00 0f 00 |...| | |
} | |
INFO[0000.696779] << CMD id=0x00,0x0f trx | |
=<nil> type=*general.RequestLingoProtocolVersion | |
(*ipod.Command)(0x11d0a810)({ | |
ID: (ipod.LingoCmdID) 0x00,0x0f, | |
Transaction: (*ipod.Transaction)(<nil>), | |
Payload: (*general.RequestLingoProtocolVersion)(0x11d150e8)({ | |
Lingo: (uint8) 0 | |
}) | |
}) | |
INFO[0000.701068] >> CMD id=0x00,0x10 trx | |
=<nil> type=*general.ReturnLingoProtocolVersion | |
(*ipod.Command)(0x11d0a860)({ | |
ID: (ipod.LingoCmdID) 0x00,0x10, | |
Transaction: (*ipod.Transaction)(<nil>), | |
Payload: (*general.ReturnLingoProtocolVersion)(0x11d151f9)({ | |
Lingo: (uint8) 0, | |
Major: (uint8) 1, | |
Minor: (uint8) 0 | |
}) | |
}) | |
INFO[0000.712967] >> PACKET len=5 | |
([]uint8) (len=5 cap=64) { | |
00000000 00 10 00 01 00 |.....| | |
} | |
INFO[0000.714518] >> FRAME len=8 | |
([]uint8) (len=8 cap=1024) { | |
00000000 55 05 00 10 00 01 00 ea |U.......| | |
} | |
INFO[0000.715822] >> CMD id=0x00,0x14 trx | |
=0x0002 type=*general.GetDevAuthenticationInfo | |
(*ipod.Command)(0x11d0a870)({ | |
ID: (ipod.LingoCmdID) 0x00,0x14, | |
Transaction: (*ipod.Transaction)(0x11d151fc)(0x0002), | |
Payload: (*general.GetDevAuthenticationInfo)(0x358fd4)({ | |
}) | |
}) | |
INFO[0000.718557] >> PACKET len=4 | |
([]uint8) (len=4 cap=64) { | |
00000000 00 14 00 02 |....| | |
} | |
INFO[0000.720059] >> FRAME len=7 | |
([]uint8) (len=7 cap=1024) { | |
00000000 55 04 00 14 00 02 e6 |U......| | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment