LIEF: Library to Instrument Executable Formats
Version 0.16.0
Loading...
Searching...
No Matches
LIEF-0.16.0-Linux-x86_64
include
LIEF
PE
PE/enums.h
Go to the documentation of this file.
1
#ifndef LIEF_PE_C_ENUMS_H_
2
#define LIEF_PE_C_ENUMS_H_
3
#include "
LIEF/PE/undef.h
"
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
#define _LIEF_EN(N) LIEF_PE_##N
10
#define _LIEF_EN_2(N, TYPE) LIEF_PE_##N
11
#define _LIEF_EI(X) LIEF_PE_##X
12
13
#include "
LIEF/PE/enums.inc
"
14
15
#undef _LIEF_EN
16
#undef _LIEF_EN_2
17
#undef _LIEF_EI
18
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
25
#endif
enums.inc
undef.h
Generated by
1.13.0