HyperDbg Debugger
Loading...
Searching...
No Matches
pch.h File Reference

header file corresponding to the pre-compiled header More...

#include "platform/user/header/Environment.h"
#include <ia32-doc/out/ia32.h>
#include <winternl.h>
#include <Windows.h>
#include <winioctl.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <strsafe.h>
#include <shlobj.h>
#include <tchar.h>
#include <tlhelp32.h>
#include <shlwapi.h>
#include <VersionHelpers.h>
#include <psapi.h>
#include <time.h>
#include <conio.h>
#include <intrin.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include <string>
#include <vector>
#include <array>
#include <bitset>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <sstream>
#include <fstream>
#include <map>
#include <numeric>
#include <list>
#include <locale>
#include <memory>
#include <cctype>
#include <cstring>
#include <unordered_set>
#include "keystone\keystone.h"
#include "Configuration.h"
#include "Definition.h"
#include "SDK/HyperDbgSdk.h"
#include "..\script-eval\header\ScriptEngineHeader.h"
#include "SDK/Imports/User/HyperDbgScriptImports.h"
#include "SDK/Imports/User/HyperDbgLibImports.h"
#include "header/libhyperdbg.h"
#include "header/export.h"
#include "header/inipp.h"
#include "header/commands.h"
#include "header/common.h"
#include "header/symbol.h"
#include "header/debugger.h"
#include "header/script-engine.h"
#include "header/help.h"
#include "header/install.h"
#include "header/list.h"
#include "header/tests.h"
#include "header/transparency.h"
#include "header/communication.h"
#include "header/namedpipe.h"
#include "header/forwarding.h"
#include "header/kd.h"
#include "header/pe-parser.h"
#include "header/ud.h"
#include "header/objects.h"
#include "header/rev-ctrl.h"
#include "header/assembler.h"
#include <regex>
#include "header/hwdbg-interpreter.h"

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 
#define USE_LIB_IA32
 
#define USE_NATIVE_SDK_HEADERS
 
#define _AMD64_
 
#define SCRIPT_ENGINE_USER_MODE
 
#define HYPERDBG_USER_MODE
 
#define HYPERDBG_LIBHYPERDBG
 
#define NDEBUG
 

Typedefs

typedef RFLAGS * PRFLAGS
 

Detailed Description

header file corresponding to the pre-compiled header

Author
Sina Karvandi (sina@.nosp@m.hype.nosp@m.rdbg..nosp@m.org)
Version
0.1
Date
2020-04-11

Macro Definition Documentation

◆ _AMD64_

#define _AMD64_

◆ HYPERDBG_LIBHYPERDBG

#define HYPERDBG_LIBHYPERDBG

◆ HYPERDBG_USER_MODE

#define HYPERDBG_USER_MODE

◆ NDEBUG

#define NDEBUG

◆ SCRIPT_ENGINE_USER_MODE

#define SCRIPT_ENGINE_USER_MODE

◆ USE_LIB_IA32

#define USE_LIB_IA32

◆ USE_NATIVE_SDK_HEADERS

#define USE_NATIVE_SDK_HEADERS

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Typedef Documentation

◆ PRFLAGS

typedef RFLAGS* PRFLAGS