This program I am making in Visual Studio Code
- Clone this project
git clone https://github.com/kecalek13/CppAntiVirus - Go to CppAntiVirus
cd CppAntiVirus/src/ - Build main.cpp using g++. PS: output file must name C++AntivirusEngine.exe
g++ main.cpp -o C++AntivirusEngine.exe - Start GUI.py using python
python GUI.py
Please fork this project and contribute to it.
I will be happy for every contribution and star of course.