aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SMSSBSOD/Main.c7
1 files changed, 7 insertions, 0 deletions
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 <stdio.h>
#include <Windows.h>
#include <winternl.h>