RtlAdjustPrivilege BSOD
A Rust program that demonstrates how to trigger a Blue Screen of Death (BSOD) using RtlAdjustPrivilege and NtRaiseHardError.
Download
Description
This program demonstrates a technique to trigger a BSOD by:
- Using RtlAdjustPrivilege to enable system privileges
- Raising a hard error using NtRaiseHardError
- Direct interaction with ntdll.dll functions
Features
- Direct system call manipulation
- Minimal code implementation
- Immediate BSOD trigger
Dependencies
- libc
- winapi (for type definitions)
Usage
- Compile the program using Cargo
- Run the executable
- BSOD will be triggered immediately
Technical Details
The program uses two main functions from ntdll.dll:
- RtlAdjustPrivilege
- NtRaiseHardError
Warning
This program is for educational purposes only. Running it will cause a system crash and data loss. Use with caution and only in controlled environments.
Author
@5mukx