https://github.com/xeintdm/csharpbsod
Simulate a BSOD in windows using C#
https://github.com/xeintdm/csharpbsod
bsod bsod-trigger bsod-windows10 bsod-windows11 csharp
Last synced: 3 months ago
JSON representation
Simulate a BSOD in windows using C#
- Host: GitHub
- URL: https://github.com/xeintdm/csharpbsod
- Owner: XeinTDM
- License: mit
- Created: 2025-01-26T20:08:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T20:35:47.000Z (4 months ago)
- Last Synced: 2025-03-23T11:45:34.643Z (3 months ago)
- Topics: bsod, bsod-trigger, bsod-windows10, bsod-windows11, csharp
- Language: C#
- Homepage: https://guns.lol/xein
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csharpBSOD
Simple C# program to simulate a BSOD using low-level system calls. Educational use only - be responsible.
## Features
- Sets process to high priority.
- Hides the console.
- Simulates a BSOD effect.## Requirement
- Windows OS.## Usage
1. Clone the repo:
```bash
git clone https://github.com/XeinTDM/csharpBSOD.git
```
2. Open in a C# IDE.
3. Build and run. **Use carefully.**## License
MIT License. See [LICENSE](LICENSE) for details.## Disclaimer
This program modifies critical system behavior and interacts with low-level APIs. Improper use can result in system instability, crashes, data loss, or other unintended consequences. Use only in controlled environments and avoid running it on systems with valuable or critical data. The author is not responsible for any damage, legal issues, or other problems caused by this program. By using this software, you accept full responsibility for any outcomes.