I have tested only the files of the demo but I guess they are the same also on retail.
anyway the pdt is easy so shoot the following in quickbms:
Code:
goto 0x18
get FILES short
get DUMMY short
get DUMMY long
for i = 0 < FILES
get ZSIZE long
get CRC long
get OFFSET long
savepos TMP
goto OFFSET
get SIZE long
savepos OFFSET
math ZSIZE -= 4
goto TMP
clog "" OFFSET ZSIZE SIZE
next i
instead the dat gives some problems because seems like the part containing the informations about the stored files is encrypted or similar so there is nothing I can do to know where each file starts and finishes