added yara downloader in installer
This commit is contained in:
5
src/ma_installer/setup_var.h
Normal file
5
src/ma_installer/setup_var.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
int check_cert(const char* cert, const char* secrets_path);
|
||||
char* get_apikey(const char* secrets_path);
|
||||
char* get_machineid(const char* secrets_path);
|
||||
char* get_server(const char* secrets_path);
|
||||
Reference in New Issue
Block a user