HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
pch.h
Go to the documentation of this file.
1
13
#pragma once
14
15
//
16
// Environment headers
17
//
18
#include "
platform/general/header/Environment.h
"
19
20
//
21
// Windows SDK headers
22
//
23
#define WIN32_LEAN_AND_MEAN
24
25
//
26
// Scope definitions
27
//
28
#define HYPERDBG_USER_MODE_REVERSING_MODULE
29
30
#include <
Windows.h
>
31
32
#include <iostream>
33
#include <stdio.h>
34
#include <string>
35
36
//
37
// HyperDbg SDK headers
38
//
39
#include "SDK/HyperDbgSdk.h"
40
#include "SDK/imports/user/HyperDbgLibImports.h"
41
42
//
43
// Other internal headers
44
//
45
#include "
example-ipt.h
"
Environment.h
The running environment of HyperDbg.
Windows.h
Windows specific headers.
example-ipt.h
Headers for Intel PT example.
examples
user
hyperdbg_app
header
pch.h
Generated by
1.17.0