Apr 15, 2016 Post comments count0 Post likes count0 What happens if I call EnumPropsEx while another thread is mutating the properties? Raymond Chen You get a best-effort.
Apr 14, 2016 Post comments count0 Post likes count0 Even though the target audience may be programmers, it can still be seen by users Raymond Chen Freaking out over programmer jargon.
Apr 13, 2016 Post comments count0 Post likes count0 If relocated DLLs cannot share pages, then doesn’t ASLR cause all pages to be non-shared? Raymond Chen ASLR is careful to keep sharing alive.
Apr 12, 2016 Post comments count0 Post likes count0 Inherited access control entries are captured when the child object is created Raymond Chen Frozen in time.
Apr 11, 2016 Post comments count0 Post likes count0 Getting MS-DOS games to run on Windows 95: The interrupt flag Raymond Chen Incomplete virtualization strikes again.
Apr 8, 2016 Post comments count0 Post likes count0 Why does FindExecutable behave erratically for files with extensions longer than three characters? (And what can you do about it?) Raymond Chen Short file names strike again.
Apr 7, 2016 Post comments count0 Post likes count0 Why can’t the debugger call GetFinalPathNameByHandle via .call? Raymond Chen Because it doesn't know how.
Apr 6, 2016 Post comments count0 Post likes count0 How does GetFinalPathNameByHandle choose the name if there are multiple names due to hard links? Raymond Chen It picks the one you you used to open the file.
Apr 5, 2016 Post comments count0 Post likes count0 Dubious security vulnerability: Disk space consumption Raymond Chen You have permission to use all the disk space you can.
Apr 4, 2016 Post comments count0 Post likes count1 Getting MS-DOS games to run on Windows 95: Working around the iretd problem Raymond Chen Speed Racer in the Challenge of Racer X, please make it stop.