Mar 18, 2019 34 0 How do I design a class so that methods must be called in a certain order? Raymond Chen Consider it a chain of operation objects.
Mar 15, 2019 15 0 How can we use IsBadWritePtr to fix a buffer overflow, if IsBadWritePtr is itself bad? Raymond Chen Don't catch the overflow as it happens. Stop the overflow before it happens.
Mar 14, 2019 5 0 Resolving security issues sometimes involves its own degree of managing people’s egos Raymond Chen It's not purely technical. There's sociology here, too.
Mar 13, 2019 69 0 Welcome to my new home on the Microsoft Developer Tools and Services blog site Raymond Chen Pardon the dust.
Mar 12, 2019 1 0 Asking for clear written documentation that “Require trusted path for credential entry” is no longer recommended Raymond Chen It was never recommended in the first place.
Mar 8, 2019 2 0 Even if your assembly language code doesn’t call any Windows APIs, you still have to follow the ABI Raymond Chen You're not off by yourself; you're part of a society.
Mar 7, 2019 0 What order are pages in a memory-mapped file flushed out to disk? Raymond Chen There isn't one.
Mar 6, 2019 0 How do I destruct an object that keeps a reference to itself, because that reference prevents the object from being destructed Raymond Chen Keep a reference to the right thing.