Upload to repository

This commit is contained in:
AirDog46
2026-07-04 03:01:48 +03:00
parent 1005734137
commit 0e46999dc7
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
## TODO
Write build instructions but basically you need [Visual Studio 2005](archive.org/details/en_vs_2005_pro_dvd_202303) and the [Windows XP DDK](https://winworldpc.com/download/3d08c385-0c18-c39a-11c3-a4e284a2c3a5). Then import the project and you should be able to build it.
Idk I don't wanna make a clean slate just to test this case rn.
+4
View File
@@ -12,6 +12,10 @@ Currently, it can signal any NTSTATUS and can use any one of the 8 possible resp
<img src="pictures/bsod.png"> <img src="pictures/bsod.png">
## Building
Read [here](BUILDING.md)
## TODO ## TODO
Add the ability to supply parameters to NtRaiseHardError in order to customize the messages. Add the ability to supply parameters to NtRaiseHardError in order to customize the messages.