mirror of
https://github.com/thecompu/Driv3rs.git
synced 2025-01-07 20:31:35 +00:00
Some moving around of stuff. Flailing.
This commit is contained in:
parent
26d01b2e79
commit
187d3a2651
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user