#!/usr/bin/env python3 import binascii import logging import datetime import os import struct import sys import time import uuid from structure import Structure import filetimes import kmsPidGenerator from formatText import justify, shell_message, byterize # sqlite3 is optional try: import sqlite3 except: pass class UUID(Structure): commonHdr = () structure = ( ('raw', '16s'), ) def get(self): return uuid.UUID(bytes_le=str(self).encode('latin-1')) #*2to3* class kmsBase: class kmsRequestStruct(Structure): commonHdr = () structure = ( ('versionMinor', '