Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
PanoptesLinter.h
Go to the documentation of this file.
1#pragma once
2#include <Windows.h>
3#include <iostream>
4#include <string>
5#include <fstream>
6#include <vector>
7
11bool FileExists(const std::string& filePath);
12
16void RemoveStringFromVector(std::vector<std::string>& vec, const std::string& str);
17
22bool IsStringInVector(const std::vector<std::string>& vec, const std::string& str);
bool FileExists(const std::string &filePath)
Check if a file exists.
bool IsStringInVector(const std::vector< std::string > &vec, const std::string &str)
Check if a string is in a vector.
void RemoveStringFromVector(std::vector< std::string > &vec, const std::string &str)
Remove a string from a vector