Well, it seems that index file contains some sizes and file hashes.
This is the file format from what I can tell:
Code: Select all
// MPKINFO file format
4 bytes (uint32) - version? // 2
4 bytes (uint32) - number of entries
num_of_entries *
{
8 bytes - unknown
4 bytes (uint32) - file size?
4 bytes (uint32) - file type?
4 bytes - unknown
}
For now I don't know how to match mpkinfo index with files in those MPK archives.
I'm adding file in the attachment for others to check.
You do not have the required permissions to view the files attached to this post.