https://github.com/jpiechowka/quick-bsod
Application that demonstrates how to manually cause bluescreen using undocumented Windows Native API
https://github.com/jpiechowka/quick-bsod
bluescreen cpp native windows
Last synced: 2 months ago
JSON representation
Application that demonstrates how to manually cause bluescreen using undocumented Windows Native API
- Host: GitHub
- URL: https://github.com/jpiechowka/quick-bsod
- Owner: jpiechowka
- License: mit
- Created: 2016-04-03T20:54:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T10:52:47.000Z (over 9 years ago)
- Last Synced: 2023-03-06T02:12:26.384Z (about 3 years ago)
- Topics: bluescreen, cpp, native, windows
- Language: C++
- Size: 2.93 KB
- Stars: 24
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickBSOD
Application that demonstrates how to manually cause bluescreen using undocumented Windows Native API
# Download
You can download executable [HERE] (https://github.com/jpiechowka/quick-bsod/releases)
# More Info On Windows Native API
- [Wikipedia - Native API] (https://en.wikipedia.org/wiki/Native_API)
- [Undocumented NTinternals] (http://undocumented.ntinternals.net/)