You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
733 B
25 lines
733 B
Stream.readinto 1
|
|
OSError(1,)
|
|
Stream.write bytearray(b'K')
|
|
OSError(1,)
|
|
Stream.write bytearray(b'\x18\x95')
|
|
OSError(22,)
|
|
Stream.write bytearray(b'\x1f\x8b\x08\x00\x00\x00\x00\x00\x04\x03')
|
|
OSError(22,)
|
|
Stream.ioctl 4 0
|
|
OSError(22,)
|
|
Stream.write bytearray(b'K')
|
|
Stream.write bytearray(b'\x04')
|
|
Stream.write bytearray(b'\x00')
|
|
Stream.write bytearray(b'\x18\x95')
|
|
Stream.write bytearray(b'K')
|
|
Stream.write bytearray(b'\x04')
|
|
Stream.write bytearray(b'\x00')
|
|
Stream.write bytearray(b'\x00b\x00b')
|
|
OSError(1,)
|
|
Stream.write bytearray(b'\x1f\x8b\x08\x00\x00\x00\x00\x00\x04\x03')
|
|
Stream.write bytearray(b'K')
|
|
Stream.write bytearray(b'\x04')
|
|
Stream.write bytearray(b'\x00')
|
|
Stream.write bytearray(b'C\xbe\xb7\xe8\x01\x00\x00\x00')
|
|
OSError(1,)
|
|
|