No description
Find a file
Simon Tatham 4aa85aa621 Fix checksum calculation in CAB data records.
[MS-CAB] is pretty unclearly worded in this area. Turns out that if
the sequence of bytes being checksummed is not a multiple of 4 bytes,
you are supposed to _first_ reverse the order of the trailing (n % 4)
bytes, and _then_ append zero bytes to pad to a multiple of 4, before
you do the main checksum operation of XORing together all the 32-bit
words of the input.
2017-05-16 20:11:53 +01:00
fake-lib.c Implement MsiGetFileHash. 2017-05-16 19:06:45 +01:00
fake-lib.h Implement MsiGetFileHash. 2017-05-16 19:06:45 +01:00
fake-msi.c Write terminating strings when MsiGetFileVersion() fails. 2017-05-16 19:19:51 +01:00
fake-winterop.c My own CAB-maker, which compresses. 2017-05-16 19:06:05 +01:00
makecab.py Fix checksum calculation in CAB data records. 2017-05-16 20:11:53 +01:00
Makefile.wixfakelibs Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00
preload.c Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00