Some moving around of stuff. Flailing.

This commit is contained in:
ultramagnus_tcv 2015-07-28 13:59:15 -05:00
parent 26d01b2e79
commit 187d3a2651
1 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ finally:
SOSSlice = SOS.encode('hex_codec')[0x10:0x14]
print '0x' + SOSSlice
SOSstruct = str(struct.pack('>2s', SOSSlice) [0])
print 'Packed: ' + SOSstruct
SOSunhexlify = binascii.unhexlify(SOSstruct)
SOSunhexlify = binascii.unhexlify(SOSSlice)
print 'Unhexlified: ' + SOSunhexlify
SOSstruct = str(struct.pack('>2s', SOSunhexlify)[0])