Jun Koi wrote:
But in fact the next field (CriticalSectionTimeout)
starts at 0x70.
No matter how big it is, we actually dont care
the size doesn't matter, but the alignment does (which, in the case of
long long on Windows, matches its size, i.e. 8). 0x6C is not a multiple
of 8, and the smallest multiple of 8 that's higher than 0x6C is 0x70