HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
pch.h
Go to the documentation of this file.
1
12
#pragma once
13
14
//
15
// namespace
16
//
17
using namespace
std;
18
19
//
20
// Environment headers
21
//
22
#include "
platform/general/header/Environment.h
"
23
24
//
25
// General Headers
26
//
27
#include <
Windows.h
>
28
#include <iostream>
29
#include <string>
30
#include <conio.h>
31
#include <vector>
32
#include <regex>
33
#include <sstream>
34
#include <iomanip>
35
#include <fstream>
36
#include <filesystem>
37
#include <strsafe.h>
38
39
//
40
// SDK and config headers
41
//
42
#include "SDK/HyperDbgSdk.h"
43
#include "
config/Definition.h
"
44
45
//
46
// Program Defined Headers
47
//
48
#include "
header/namedpipe.h
"
49
#include "
header/routines.h
"
50
#include "
header/testcases.h
"
51
#include "
header/pdb-identity.h
"
52
#include "
header/codeview-rsds.h
"
53
54
//
55
// Components
56
//
57
#include "
../include/components/pe/header/pe-image-reader.h
"
58
59
//
60
// Hardware Debugger Headers
61
//
62
#include "
header/hwdbg-tests.h
"
63
64
//
65
// import libhyperdbg
66
//
67
#include "SDK/imports/user/HyperDbgLibImports.h"
Definition.h
Header files for global definitions.
Environment.h
The running environment of HyperDbg.
Windows.h
Windows specific headers.
codeview-rsds.h
Bounded in-memory CodeView RSDS parser.
hwdbg-tests.h
Headers for the hardware tests for hwdbg.
namedpipe.h
Named pipe communication headers.
pdb-identity.h
Internal PDB identity formatting helpers.
pe-image-reader.h
Bounded in-memory Portable Executable reader.
routines.h
header for testing routines
testcases.h
header for test cases
hyperdbg
hyperdbg-test
pch.h
Generated by
1.17.0