setup.py
supyr_struct/LICENSE.TXT
supyr_struct/README.RST
supyr_struct/TODO.txt
supyr_struct/__init__.py
supyr_struct/buffer.py
supyr_struct/field_type_methods.py
supyr_struct/field_types.py
supyr_struct/tag.py
supyr_struct.egg-info/PKG-INFO
supyr_struct.egg-info/SOURCES.txt
supyr_struct.egg-info/dependency_links.txt
supyr_struct.egg-info/not-zip-safe
supyr_struct.egg-info/top_level.txt
supyr_struct/blocks/__init__.py
supyr_struct/blocks/array_block.py
supyr_struct/blocks/block.py
supyr_struct/blocks/data_block.py
supyr_struct/blocks/list_block.py
supyr_struct/blocks/union_block.py
supyr_struct/blocks/void_block.py
supyr_struct/blocks/while_block.py
supyr_struct/defs/__init__.py
supyr_struct/defs/block_def.py
supyr_struct/defs/common_descs.py
supyr_struct/defs/constants.py
supyr_struct/defs/frozen_dict.py
supyr_struct/defs/tag_def.py
supyr_struct/defs/audio/__init__.py
supyr_struct/defs/audio/wav.py
supyr_struct/defs/bitmaps/__init__.py
supyr_struct/defs/bitmaps/bmp.py
supyr_struct/defs/bitmaps/dds.py
supyr_struct/defs/bitmaps/gif.py
supyr_struct/defs/bitmaps/tga.py
supyr_struct/defs/bitmaps/wmf.py
supyr_struct/defs/bitmaps/objs/__init__.py
supyr_struct/defs/bitmaps/objs/tga.py
supyr_struct/defs/crypto/__init__.py
supyr_struct/defs/crypto/keyblob.py
supyr_struct/defs/documents/__init__.py
supyr_struct/defs/documents/doc.py
supyr_struct/defs/executables/__init__.py
supyr_struct/defs/executables/xbe.py
supyr_struct/defs/filesystem/__init__.py
supyr_struct/defs/filesystem/olecf.py
supyr_struct/defs/filesystem/thumbs.py
supyr_struct/defs/filesystem/objs/__init__.py
supyr_struct/defs/filesystem/objs/olecf.py
supyr_struct/defs/filesystem/objs/thumbs.py
supyr_struct/docs/decoders.txt
supyr_struct/docs/descriptors.txt
supyr_struct/docs/encoders.txt
supyr_struct/docs/meta_getter_setters.txt
supyr_struct/docs/nodepaths.txt
supyr_struct/docs/parsers.txt
supyr_struct/docs/sanitizers.txt
supyr_struct/docs/serializers.txt
supyr_struct/docs/sizecalcs.txt
supyr_struct/docs/steptrees.txt
supyr_struct/docs/terminology.txt
supyr_struct/examples/__init__.py
supyr_struct/examples/bitmap_test.py
supyr_struct/examples/olecf_extractor.py
supyr_struct/examples/print_test.py
supyr_struct/examples/thumbnail_extractor.py
supyr_struct/examples/test_tags/images/test.gif
supyr_struct/examples/test_tags/images/test16.tga
supyr_struct/examples/test_tags/images/test16color.bmp
supyr_struct/examples/test_tags/images/test24.tga
supyr_struct/examples/test_tags/images/test24.wmf
supyr_struct/examples/test_tags/images/test24_dibv2.bmp
supyr_struct/examples/test_tags/images/test24_dibv3.bmp
supyr_struct/examples/test_tags/images/test24_rle.tga
supyr_struct/examples/test_tags/images/test24_rle_origin_ll.tga
supyr_struct/examples/test_tags/images/test256color.bmp
supyr_struct/examples/test_tags/images/test32.tga
supyr_struct/examples/test_tags/images/test32_dibv4.bmp
supyr_struct/examples/test_tags/images/test32_dibv5.bmp
supyr_struct/examples/test_tags/images/test32_unknown_dib.bmp
supyr_struct/examples/test_tags/images/test_thumbs.db
supyr_struct/examples/test_tags/images/testcube.dds
supyr_struct/examples/test_tags/images/testmono_os2.bmp
supyr_struct/examples/test_tags/keyblobs/aeskey.bin
supyr_struct/examples/test_tags/keyblobs/rsaprikey.bin
supyr_struct/examples/test_tags/keyblobs/rsapubkey.bin
supyr_struct/tests/__init__.py
supyr_struct/tests/align_test.py
supyr_struct/tests/sanitize_test.py