Scooby Doo! Who’s Watching Who? .MST archive
//header
8 bytes – magic
4 bytes – archive size
4 bytes – number of files in archive
120 bytes – ???
//file entries (28 bytes per entry)
number of files *
{
16 bytes – filename + padding
4 bytes – file offset
4 bytes – file size
4 bytes – ??
}
//file data
number of files *
{
x bytes – file data
x bytes – padding
}