Small DLL that hooks NtRaiseHardError to stop programs from bluescreening your system.
- Suspend the target process.
- Inject the DLL.
- Resume it. Done.
- Works on x86/x64.
- Only for debugging or testing stuff.
- Doesn’t patch system files, just hooks in memory.
Made by a uni student who got tired of random BSODs while debugging :)
cl /LD main.cpp user32.lib