I hereby claim:
- I am camconn on github.
- I am camconn (https://keybase.io/camconn) on keybase.
- I have a public key ASDOEw0mKsDEuciOeZ6p3M3_D2rLBXyfdbb3W9yuTK9d9Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
""" bigdecoder.py, by [email protected] (2009-03-01) and cam {at-goes-here} camconn.cc (2018-05-03) | |
This is a Decoder for .BIG-format files utilized by many EA Games. | |
EA's .big is a trivial archival format. quite frankly, this is | |
probably the simplest compound file format imaginable. | |
File Structure | |
============== | |
The file consists of a global header, an index of all the embedded |