Oct 17, 2022 Post comments count11 Post likes count2 How can I check the integrity level of my process? Raymond Chen A series of range checks.
Oct 14, 2022 Post comments count3 Post likes count0 The case of the memory corruption from a coroutine that already finished Raymond Chen The zombie coroutine.
Oct 13, 2022 Post comments count1 Post likes count3 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 Post comments count0 Post likes count0 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 Post comments count7 Post likes count0 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 Post comments count5 Post likes count1 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 Post comments count7 Post likes count5 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 Post comments count9 Post likes count2 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 Post comments count7 Post likes count4 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 Post comments count1 Post likes count0 Starting on the other side of this airtight hatchway: Overwhelming the system Raymond Chen It'll take time for things to drain out.