Skip to content

Instantly share code, notes, and snippets.

@amaendle
amaendle / cst_python.py
Last active April 25, 2020 17:21 — forked from MrBrax/cst_python.py
extracts assets from a shockwave director file
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
from subprocess import call
import sys, os, getopt
import struct
import wave
import ntpath
import json