A "harmless" EXE file to get a BSOD.
- py2exe
- Firefox (on the target machine)
Simply download the zipped EXE file from the releases and place it wherever you want.
Run python setup.py
to create the EXE
Currently we use imp.is_frozen
in the detection wether or not the you're running an EXE file. The imp
module is deprecated and I'm looking into an alternative, if anyone could help with this it would be greatly appreciated.