From 926683b77876092f637f0708dedb656c8d64dc86 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Sat, 24 Sep 2022 23:13:40 -0700 Subject: SMSSBSOD: Add comments --- SMSSBSOD/Main.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SMSSBSOD/Main.c b/SMSSBSOD/Main.c index 79de8bd..8404e24 100644 --- a/SMSSBSOD/Main.c +++ b/SMSSBSOD/Main.c @@ -1,3 +1,10 @@ +/* + * Adopted from http://www.rohitab.com/discuss/topic/41379-running-native-applications-with-rtlcreateuserprocess/ + * + * Running smss.exe on my 21H2 (OS Build 19044.2006) will crash the kernel with 0x000021a. + * + */ + #include #include #include -- cgit v1.2.3