/NtRaiseHardError-Example

A example to cause bsod in windows in c++

Primary LanguageC++

NtRaiseHardError

Simple code snippet about ways to trigger BSOD without administrator permission with undocumented functions from ntdll.dll.
Work from Windows XP to 11.

Compilers

Visual Studio or mingw, not require to link ntdll.dll since its load ntdll.dll to process.