HyperDbg Debugger
Loading...
Searching...
No Matches
pch.h
Go to the documentation of this file.
1
12#ifndef PCH_H
13#define PCH_H
14
15//
16// Scope definitions
17//
18#define HYPERDBG_USER_MODE
19#define HYPERDBG_LINUX
20
21#include <stddef.h>
22#include <stdio.h>
23#include <stdlib.h>
24#include <string.h>
25#include <assert.h>
26
27//
28// SDK headers
29//
31
32//
33// Platform headers
34//
36
37#endif // PCH_H
User mode Cross platform APIs for intrinsic functions (x86 instructions).