Hi,
When decompressing an archive larger than 4GB, a CRC error is raised. After debugging, it was found that this occurs because the offset remains at MAX_VALUE_32BITS once reached.
The issue appears to stem from the offset calculation, which remains at MAX_VALUE_32BITS once reached, causing a CRC error during file decompression.