added yara downloader in installer

This commit is contained in:
jakani24
2024-04-04 19:14:38 +02:00
parent ba0418a268
commit 9415ba95e5
55 changed files with 1359 additions and 826 deletions

View File

@@ -1,3 +1,12 @@
/*
This file is part of the download library. This library is used to download files from a server.
Functions:
- download_file_from_srv: Downloads a file from a server and saves it to a file.
*/
#pragma warning(disable:4996)
#ifndef CONNECT_CPP
#define CONNECT_CPP