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"
Headers relating exported functions from controller interface.
Windows specific headers.
The running environment of HyperDbg.