Oct 17, 2022 11 2 How can I check the integrity level of my process? Raymond Chen A series of range checks.
Oct 14, 2022 3 0 The case of the memory corruption from a coroutine that already finished Raymond Chen The zombie coroutine.
Oct 13, 2022 1 3 How can I check whether the user’s network connection is roaming or metered? Raymond Chen The classic way and the Windows Runtime way.
Oct 12, 2022 0 0 One possible reason why your program crashes when submitted to the Microsoft Store, but it runs fine on your machine Raymond Chen Check your minimum requirements.
Oct 11, 2022 7 0 Clicking past the warning that you are about to cross the airtight hatchway: Vulnerable file type that you are warned about Raymond Chen Acknowledging the danger but complaining about it anyway.
Oct 10, 2022 5 1 On the overloading of the address-of operator & in smart pointer classes Raymond Chen Different patterns, which means you're never sure what you're going to get.
Oct 7, 2022 7 5 How can I perform a CopyFile, but also flush the file buffers before the destination handle is closed? Raymond Chen Your callback function can do things with the handle, even extend their lifetime.
Oct 6, 2022 9 2 The Import Address Table is now write-protected, and what that means for rogue patching Raymond Chen Making a potential attack vector less attractive.
Oct 5, 2022 7 4 The gotcha of the C++ temporaries that don’t destruct as eagerly as you thought Raymond Chen You have to look for the end of the full expression.
Oct 4, 2022 1 0 Starting on the other side of this airtight hatchway: Overwhelming the system Raymond Chen It'll take time for things to drain out.