Upload to repository

This commit is contained in:
AirDog46
2026-07-04 02:58:35 +03:00
parent 6fe5364874
commit 1005734137
9 changed files with 396 additions and 1 deletions
+15 -1
View File
@@ -1,3 +1,17 @@
# NtRaiseHardError
make your NT hard
A way to generate "hard errors" in all Windows NT versions (works from Windows NT 3.51 all the way to Windows 11).
Currently, it can signal any NTSTATUS and can use any one of the 8 possible responses.
## Error on Windows 10
<img src="pictures/error.png">
## BSOD on Windows XP
<img src="pictures/bsod.png">
## TODO
Add the ability to supply parameters to NtRaiseHardError in order to customize the messages.