Rust-for-Malware-Development

BSOD NtRaiseHardError

This Rust program demonstrates how to trigger a Blue Screen of Death (BSOD) using NtRaiseHardError with random error codes.

Download

Features

Dependencies

Usage

  1. Build the project:
    cargo build --release
    
  2. Run the executable:
    cargo run --release
    

Technical Details

Warning

This program is for educational purposes only. Running it will cause your system to crash with a Blue Screen of Death.

Author

@5mukx