-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUSBProtection.h
More file actions
31 lines (28 loc) · 762 Bytes
/
Copy pathUSBProtection.h
File metadata and controls
31 lines (28 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// USBProtection.h : Include file for standard system include files,
// or project specific include files.
#pragma once
#include <iostream>
// TODO: Reference additional headers your program requires here.
#include <windows.h>
#include <dbt.h>
#include <initguid.h>
#include <usbiodef.h> // Contains GUID_DEVINTERFACE_USB_DEVICE
#include <string>
#include <fstream>
#include <algorithm>
#include <vector>
#include <ctime>
#include <openssl/rsa.h>
#include <openssl/pem.h>
#include <openssl/bio.h>
#include <openssl/applink.c>
#include <openssl/evp.h>
#include <openssl/sha.h>
#include <sstream>
#include <iomanip>
#include <cfgmgr32.h>
#include <thread>
#include <filesystem>
#include <unordered_map>
#include <atomic>
#pragma comment (lib, "cfgmgr32.lib")