Skip to content

Instantly share code, notes, and snippets.

View hax0r31337's full-sized avatar

hax0r31337

View GitHub Profile
@hax0r31337
hax0r31337 / pymarshal.py
Created May 3, 2023 08:44 — forked from fate0/pymarshal.py
onmyoji: test
import types
import cStringIO
TYPE_NULL = '0'
TYPE_NONE = 'N'
TYPE_FALSE = 'F'
TYPE_TRUE = 'T'
TYPE_STOPITER = 'S'
TYPE_ELLIPSIS = '.'
TYPE_INT = 'i'