Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

CloseWindowStation BSOD

A Rust program that demonstrates how to trigger a Blue Screen of Death (BSOD) by manipulating window station handles.

Download

Description

This program demonstrates a technique to trigger a BSOD by:

  1. Creating a new window station
  2. Setting handle information to protect from close
  3. Manipulating window station handles
  4. Using specific memory addresses for system stability

Features

  • Uses Windows API functions for window station manipulation
  • Demonstrates handle protection techniques
  • Hides console window during execution

Dependencies

  • winapi

Usage

  1. Compile the program using Cargo
  2. Run the executable
  3. BSOD will be triggered through window station manipulation

Technical Details

The program uses several Windows API functions:

  • CreateWindowStationA
  • SetHandleInformation
  • GetConsoleWindow
  • ShowWindow

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