Skip to content

notsnakesilent/AntiNtRaiseHardError

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Small DLL that hooks NtRaiseHardError to stop programs from bluescreening your system.

How to use

  1. Suspend the target process.
  2. Inject the DLL.
  3. Resume it. Done.

Notes

  • 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 :)

Compilation

cl /LD main.cpp user32.lib

About

Avoid the old joke of invoking a BSOD when debugging, commonly used by some cheats

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages