Skip to content

ohmiu/bsod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

A simple python repository for calling bsod inside your code.

Usage:

Installing:

pip install -U bsodrop

import bsodrop as bsod

bsod.start()  # Start BSOD

Build bst.dll:

g++ -shared -o "bst.dll" "-Wl,--out-implib,libbst.a" "pbsod.cpp" "-lntdll"

About

A simple python repository for calling bsod inside your code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors