Oct 31, 2024 23 8 What has case distinction but is neither uppercase nor lowercase? Raymond Chen It has one foot in each world but belongs to neither.
Oct 30, 2024 0 2 I have enabled “take ownership” permission, but I still cannot obtain write access Raymond Chen Taking ownership is only one part of gaining write access.
Oct 29, 2024 0 1 Reverse-engineering what a “short” section is Raymond Chen The long and short of it all.
Oct 28, 2024 1 1 How useful is the hint passed to the std::unordered_… collections? Raymond Chen Only a little, or sometimes not at all.
Oct 25, 2024 0 2 How can I explicitly specialize a templated C++ constructor, follow-up notes Raymond Chen You can use a maker function, but that doesn't let you escape the problem.
Oct 24, 2024 1 0 It rather involved being on the other side of the airtight hatchway: Defeating ASLR after you’ve gained RCE via ROP Raymond Chen If you defeat ASLR, then you can defeat ASLR.
Oct 23, 2024 2 2 How do I create a Windows Runtime IRandomAccessStream around a bunch of bytes or a classic COM IStream? Raymond Chen Another wrapper function.
Oct 22, 2024 3 4 Did Windows 95 shrink the default font size of windowed MS-DOS apps? Raymond Chen The effect was that it shrunk, but only sometimes.
Oct 21, 2024 10 1 Why does adding WS_MINIMIZEBOX change how my window behaves when the user presses Win+D? Raymond Chen It minimizes your window if it can.
Oct 18, 2024 2 0 Evaluating tail call elimination in the face of return address protection, part 2 Raymond Chen Rewriting the activation frame.