
I have some MG2 & MGR file with 78 9C header, how to decompress it.
If someone can decompress this it would be awesome.

Code: Select all
C:\offzip.exe -a C:\*.MG2 C:\ 0x0Code: Select all
get FLAG short
get NAME FILENAME
if FLAG = 0x9C78
?????????
I don't know any more, need help.

Code: Select all
get NAME basename
get EXT extension
string NAME += "_unpacked."
string NAME += EXT
comtype unzip_dynamic
get SIZE asize
clog NAME 0 SIZE SIZE