From 74ef6e2319b35dbd8727023e0f42f57fca9373a7 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Sat, 24 Sep 2022 23:21:52 -0700 Subject: SMSSBSOD: Fix stop code --- SMSSBSOD/Main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMSSBSOD/Main.c b/SMSSBSOD/Main.c index 8404e24..addf4b2 100644 --- a/SMSSBSOD/Main.c +++ b/SMSSBSOD/Main.c @@ -1,7 +1,7 @@ /* * 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. + * Running smss.exe on my 21H2 (OS Build 19044.2006) will crash the kernel with 0xc000021a. * */ -- cgit v1.2.3