Jan 11, 2023 0 2 What does it mean when I get a mismatch from MSVC for _COROUTINE_ABI? Raymond Chen The two different kinds of coroutine interfaces shouldn't be mixed and matched.
Jan 10, 2023 10 0 It rather involved being on the other side of this airtight hatchway: Administrator attacking a domain account on the local system Raymond Chen You don't gain control over any other systems.
Jan 9, 2023 14 5 On leading underscores and names reserved by the C and C++ languages Raymond Chen The rules laid out.
Jan 6, 2023 1 0 Dubious security vulnerability: Granting access to SIDs that don’t exist yet Raymond Chen You can put anyone you like on your guest list, even if they don't exist.
Jan 5, 2023 0 0 How can I force a user to have a specific SID prefix, so that they go into a particular group? Raymond Chen The prefix doesn't define group membership.
Jan 4, 2023 11 2 Using perfect (and imperfect) forwarding to simplify C++ wrapper classes Raymond Chen Just call that other thing the same way you called this thing.
Jan 3, 2023 4 0 It rather involved being on the other side of this airtight hatchway: Gaining code execution from a Trojan horse Raymond Chen You already have code execution, so it's not surprising that you can gain code execution.
Jan 2, 2023 8 2 Opinionated notes on the Windows.Data.Json namespace Raymond Chen It's available if you need it, but there are some tricks and pitfalls, and you may very well have better options.