aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-09-24 23:13:40 -0700
committerTrumeet <yuuta@yuuta.moe>2022-09-24 23:13:40 -0700
commit926683b77876092f637f0708dedb656c8d64dc86 (patch)
tree879df565d3ab92866e14dc03e5d6ce31fb7e7117
parentd68e844f8e97fab05588fdfed0535c492e4b6ed0 (diff)
downloadgists-926683b77876092f637f0708dedb656c8d64dc86.tar
gists-926683b77876092f637f0708dedb656c8d64dc86.tar.gz
gists-926683b77876092f637f0708dedb656c8d64dc86.tar.bz2
gists-926683b77876092f637f0708dedb656c8d64dc86.zip
SMSSBSOD: Add comments
-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>