Dec 17, 2024 Post comments count6 Post likes count3 Microspeak terms that didn’t take hold: airspace, synthetics, and AOI Raymond Chen Sometimes they don't stick.
Dec 16, 2024 Post comments count0 Post likes count1 Why do we have header files <pshpackN.h> and <poppack.h> instead of just issuing the pragma directly? Raymond Chen Because the pragma may not work everywhere.
Dec 10, 2024 Post comments count3 Post likes count0 It rather involved being on the other side of this airtight hatchway: Disabling anti-malware scanning Raymond Chen If you have already infiltrated the process, then you can disable things from the inside.
Nov 29, 2024 Post comments count1 Post likes count0 Assessing the attack complexity of a race condition security vulnerability Raymond Chen It's not just how small the race window is, but how easy it is to hit the window.
Nov 26, 2024 Post comments count0 Post likes count0 Microspeak: Real estate and Airspace Raymond Chen Space on the screen and negotiating control over it.
Oct 31, 2024 Post comments count23 Post likes count10 What has case distinction but is neither uppercase nor lowercase? Raymond Chen It has one foot in each world but belongs to neither.
Oct 24, 2024 Post comments count1 Post likes count0 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 8, 2024 Post comments count1 Post likes count1 Microspeak: Run to ground Raymond Chen Come to a resolution.
Sep 24, 2024 Post comments count3 Post likes count1 The UserConsentVerifier confirms that the user is there, but it doesn’t protect any data Raymond Chen Is that really you?
Sep 20, 2024 Post comments count5 Post likes count2 How can I check that all the changes in a git branch have been cherry-picked or rebased into its upstream branch? Raymond Chen You can pretend to merge it and see if anything happens.