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.