HyperDbg Debugger
Loading...
Searching...
No Matches
pch.h
Go to the documentation of this file.
1
13#pragma once
14
15 //
16 // Environment headers
17 //
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"
The running environment of HyperDbg.
Windows specific headers.
Headers for Intel PT example.