Jump to content

Recommended Posts

Posted

Could someone post some development notes or reference about file formats of VMAP2 and MMAP?

I know the usual answer is: "read code, figure it out" and I will do it if nobody has any info :)

Posted

Can't tell you about mmaps, but for vmaps (it's version 3 actually, but don't ask me what v1 was...), it's more or less still a dump of the data structures, i.e. some section identifier ("magic bytes"), size to read and then just raw values. It just avoids pointers and padding bytes in contrast to the previous version.

So yea, it pretty much means "read the code"...there's no standard associated to it, just reflects the actual memory content.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use