No description
![]() [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. |
||
---|---|---|
fake-lib.c | ||
fake-lib.h | ||
fake-msi.c | ||
fake-winterop.c | ||
makecab.py | ||
Makefile.wixfakelibs | ||
preload.c |