Skip to content

Instantly share code, notes, and snippets.

@kwinz
kwinz / punk.py
Created July 12, 2016 22:26 — forked from briandeheus/punk.py
Don't be a punk, punk
import binascii
import struct
class Punk(object):
_END_CHUNK_TYPE = 'IEND'
_PUNK_CHUNK_TYPE = 'puNk'
_MAX_BYTES = 2147483647
_chunks = dict()