Dec 18, 2024 2 0 Is there a way to split the git history of a file or combine the histories of two files without a merge commit? Raymond Chen Studying how git recovers history.
Dec 17, 2024 5 2 Microspeak terms that didn’t take hold: airspace, synthetics, and AOI Raymond Chen Sometimes they don't stick.
Dec 16, 2024 0 0 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 3 0 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 1 0 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 0 0 Microspeak: Real estate and Airspace Raymond Chen Space on the screen and negotiating control over it.
Oct 31, 2024 23 9 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 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.
Sep 24, 2024 3 1 The UserConsentVerifier confirms that the user is there, but it doesn’t protect any data Raymond Chen Is that really you?