单机三国 *.dat

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

单机三国 *.dat

Post by hackspeedok »

Thanks for your help :D
Link data: https://drive.google.com/file/d/1Ma9une ... sp=sharing
Link conf.bin (if you need): https://drive.google.com/file/d/15eRGrO ... sp=sharing
Its all data of game
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: 单机三国 *.dat

Post by aluigi »

I don't know if there are filenames stored somewhere and the format is not very clear so you can use offzip for doing the work:

Code: Select all

offzip.exe -a -c 0x1000 sg.dat output_folder
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: 单机三国 *.dat

Post by hackspeedok »

aluigi wrote:I don't know if there are filenames stored somewhere and the format is not very clear so you can use offzip for doing the work:

Code: Select all

offzip.exe -a -c 0x1000 sg.dat output_folder

Sorry for me bad knowleage :( How can I packzip the Sg.dat ?
Thanks
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: 单机三国 *.dat

Post by aluigi »

offzip has a sort of reimport method like quickbms but I'm not sure if it works correctly in this field.
If you want to try just add the -r option to the original syntax you used:

Code: Select all

offzip.exe -r -a -c 0x1000 sg.dat output_folder
But I really doubt it will work.
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: 单机三国 *.dat

Post by hackspeedok »

I got some files, are they encrypted files by offzip?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: 单机三国 *.dat

Post by aluigi »

They seem raw images in my opinion :D