-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathstdafx.h
More file actions
48 lines (44 loc) · 1.01 KB
/
Copy pathstdafx.h
File metadata and controls
48 lines (44 loc) · 1.01 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#pragma once
#include <string>
#include <vector>
#include <mutex>
#include <fstream>
#include <regex>
#include <map>
#include <windows.h>
#include <tlhelp32.h>
#include <psapi.h>
#include <shlwapi.h>
#include <shellapi.h>
#include <Windows.h>
#include <iostream>
#include <vector>
#include <memory>
#include <chrono>
#include <thread>
#include <mutex>
#include <math.h>
#include <string>
#include <sstream>
#include <fstream>
#include <stdint.h>
#include <Shlobj.h>
#include <random>
#include <dwmapi.h>
#include <stdio.h>
#include <accctrl.h>
#include <aclapi.h>
#include <shlobj_core.h>
#include <locale>
#include <codecvt>
#include <thread>
#include <filesystem>
#include <array>
#include <Aclapi.h>
#include <sddl.h>
#pragma comment(lib, "shlwapi.lib")
#pragma comment(lib, "ntdll.lib")
#pragma comment(lib, "Advapi32.lib")
using namespace std;
#define StrToWStr(s) (wstring(s, &s[strlen(s)]).c_str())
extern "C" NTSYSAPI PIMAGE_NT_HEADERS NTAPI RtlImageNtHeader(PVOID Base);