The beginning of the file looks like it has a CRC, decompressed chunk size, full compressed size, and full decompressed size.
After that it looks like it has a table of the compressed chunk sizes and decompressed chunk sizes.
The compressed data starts at the end of that table at address 0x300.
This is the script that is producing the error on the 4th compressed block of the file.
Code: Select all
ImpType Standard
Log MEMORY_FILE 0 0
Append
GoTo 0
ComType XMemDecompress
CLog MEMORY_FILE 768 31290 131072
Append
Log output.uc 0 131072 MEMORY_FILE
ComType XMemDecompress
CLog MEMORY_FILE 32058 30102 131072
Append
Log output.uc 0 131072 MEMORY_FILE
ComType XMemDecompress
CLog MEMORY_FILE 62160 27104 131072
Append
Log output.uc 0 131072 MEMORY_FILE
ComType XMemDecompress
CLog MEMORY_FILE 88496 30056 131072
Append
Log output.uc 0 131072 MEMORY_FILE