Hi Luigi,
I used offzip on mythos_localized000.dat
http://img155.imageshack.us/i/65410824.jpg/I got 36 valid blocks, 11.8mb in total.
The mythos_localized000.dat itself is 360mb. I got many of those: "ZLID_DATA_ERROR, the data in the file is not in zip format or uses a different windowBits value (-z). Try to use -z -15"
In the end of the file I got a
"0x17dc5400 ..... 9296 --> 43590
0x17dc7a00 ...... 12417 --> 59278"
Is those 11.8mb just the first subdirectory of the many inside the .dat file? Are those 11.8mb all I can ever extract from that .dat file? What happened to the rest of the 350mb of the .dat file? Is there a way to procedurally assign a different Output_folder for each individual folder the offzip extracts? How can I do that? Do I need to create another folder named "Output_Folder 1", "Output_folder 2" for the offzip to automatically send the valid zip blocks to each's own folder? Does offzip recognizes the folder/sub folder structure of the 360mb .dat file?
Im stuck for now.
From the 36 valid zip blocks I managed to extract so far, I noticed that all of the individial .dat files are not encrypted. Although I dont know their original names and extensions, I could go from trial and error from here, trying to open then as .xls for example.
Is there a way for me to figure out the original extension just by looking at each hexed .dat, noticing some individual extension sign that I could search. Like searching for many different string of common extensions in an hex file and if anything comes up, bingo, I change the extension and now I have access to the data.
Looking at that .cfg file in the first post again, I can probably trial and error all the names of the folders, files and extensions by just analysing its contents on the hex (wich is not encrypted).
Can you further help me with the offzip commandline parameters to unpack all the folders in the original .dat?
It gets to this point and start giving errors, as if not any file structure after it:
http://img109.imageshack.us/i/21025711.jpgDoes it means all the files it didnt recognized have an inferior size than the default one? What would it be the minimum size/ minimum setting/parameter I can tell offzip to prevent any file from being lost in the unpacking? Even if I end with a thousand xxxxxx.dat of 1kb.
It seems that with offzip -a -z -15 Im still missing files/getting those zLIB errors.