Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 83 Bytes

binary.md

File metadata and controls

6 lines (5 loc) · 83 Bytes

hex value to a little endian:

import struct
struct.pack("<I", 0x42424242)