From 0e46999dc722033235a320a81ef8059d059245fc Mon Sep 17 00:00:00 2001 From: AirDog46 Date: Sat, 4 Jul 2026 03:01:48 +0300 Subject: [PATCH] Upload to repository --- BUILDING.md | 5 +++++ README.md | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 BUILDING.md diff --git a/BUILDING.md b/BUILDING.md new file mode 100644 index 0000000..d2c95cf --- /dev/null +++ b/BUILDING.md @@ -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. diff --git a/README.md b/README.md index 228f19a..0b2ac0a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Currently, it can signal any NTSTATUS and can use any one of the 8 possible resp +## Building + +Read [here](BUILDING.md) + ## TODO Add the ability to supply parameters to NtRaiseHardError in order to customize the messages.