HyperDbg Debugger
Loading...
Searching...
No Matches
pch.h
Go to the documentation of this file.
1
12#pragma once
13
14//
15// namespace
16//
17using namespace std;
18
19//
20// Environment headers
21//
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"
53
54//
55// Components
56//
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"
Header files for global definitions.
The running environment of HyperDbg.
Windows specific headers.
Bounded in-memory CodeView RSDS parser.
Headers for the hardware tests for hwdbg.
Named pipe communication headers.
Internal PDB identity formatting helpers.
Bounded in-memory Portable Executable reader.
header for testing routines
header for test cases