Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 512 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 512 Bytes

Stuxnet

A Stuxnet clone made in Python for a research project

constants.py

To draw the graph at the end, set SHOULD_DRAW_GRAPH = True in constants.py.

You can also edit all of the virus's transmission probabilities and environment in there.

Initialization

pip3 install --upgrade pip && pip3 install -r requirements.txt

Build

./build

Run (must build beforehand)

./run

Build and run

./build && ./run