#! /usr/bin/python import struct def zero(size): return '\x00' * size def pack(integer): return struct.pack('