LIEF: Library to Instrument Executable Formats
Version 0.17.0
Loading...
Searching...
No Matches
lief-static-install
include
LIEF
PE.hpp
Go to the documentation of this file.
1
/* Copyright 2017 - 2025 R. Thomas
2
* Copyright 2017 - 2025 Quarkslab
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
#ifndef LIEF_PE_H
17
#define LIEF_PE_H
18
19
#include "
LIEF/config.h
"
20
21
#if defined(LIEF_PE_SUPPORT)
22
23
#include "
LIEF/PE/Parser.hpp
"
24
#include "
LIEF/PE/Section.hpp
"
25
#include "
LIEF/PE/TLS.hpp
"
26
#include "
LIEF/PE/Export.hpp
"
27
#include "
LIEF/PE/ExportEntry.hpp
"
28
#include "
LIEF/PE/Import.hpp
"
29
#include "
LIEF/PE/ImportEntry.hpp
"
30
#include "
LIEF/PE/DelayImport.hpp
"
31
#include "
LIEF/PE/DelayImportEntry.hpp
"
32
#include "
LIEF/PE/DataDirectory.hpp
"
33
#include "
LIEF/PE/ResourcesManager.hpp
"
34
#include "
LIEF/PE/ResourceData.hpp
"
35
#include "
LIEF/PE/ResourceNode.hpp
"
36
#include "
LIEF/PE/ResourceDirectory.hpp
"
37
#include "
LIEF/PE/resources/ResourceAccelerator.hpp
"
38
#include "
LIEF/PE/resources/ResourceDialog.hpp
"
39
#include "
LIEF/PE/resources/ResourceDialogRegular.hpp
"
40
#include "
LIEF/PE/resources/ResourceDialogExtended.hpp
"
41
#include "
LIEF/PE/resources/AcceleratorCodes.hpp
"
42
#include "
LIEF/PE/resources/ResourceIcon.hpp
"
43
#include "
LIEF/PE/resources/ResourceStringFileInfo.hpp
"
44
#include "
LIEF/PE/resources/ResourceStringTable.hpp
"
45
#include "
LIEF/PE/resources/ResourceVarFileInfo.hpp
"
46
#include "
LIEF/PE/resources/ResourceVar.hpp
"
47
#include "
LIEF/PE/resources/ResourceVersion.hpp
"
48
#include "
LIEF/PE/RichEntry.hpp
"
49
#include "
LIEF/PE/RichHeader.hpp
"
50
#include "
LIEF/PE/Symbol.hpp
"
51
#include "
LIEF/PE/Relocation.hpp
"
52
#include "
LIEF/PE/RelocationEntry.hpp
"
53
#include "
LIEF/PE/Builder.hpp
"
54
#include "
LIEF/PE/Binary.hpp
"
55
#include "
LIEF/PE/Debug.hpp
"
56
#include "
LIEF/PE/DosHeader.hpp
"
57
#include "
LIEF/PE/Header.hpp
"
58
#include "
LIEF/PE/OptionalHeader.hpp
"
59
#include "
LIEF/PE/LoadConfigurations.hpp
"
60
#include "
LIEF/PE/AuxiliarySymbol.hpp
"
61
#include "
LIEF/PE/CodeIntegrity.hpp
"
62
#include "
LIEF/PE/COFFString.hpp
"
63
#include "
LIEF/PE/Factory.hpp
"
64
#include "
LIEF/PE/ExceptionInfo.hpp
"
65
#include "
LIEF/PE/exceptions_info/RuntimeFunctionAArch64.hpp
"
66
#include "
LIEF/PE/exceptions_info/AArch64/PackedFunction.hpp
"
67
#include "
LIEF/PE/exceptions_info/AArch64/UnpackedFunction.hpp
"
68
#include "
LIEF/PE/exceptions_info/RuntimeFunctionX64.hpp
"
69
#include "
LIEF/PE/exceptions_info/UnwindCodeX64.hpp
"
70
71
#include "
LIEF/PE/signature/Attribute.hpp
"
72
#include "
LIEF/PE/signature/ContentInfo.hpp
"
73
#include "
LIEF/PE/signature/GenericContent.hpp
"
74
#include "
LIEF/PE/signature/OIDToString.hpp
"
75
#include "
LIEF/PE/signature/Signature.hpp
"
76
#include "
LIEF/PE/signature/SignerInfo.hpp
"
77
#include "
LIEF/PE/signature/SpcIndirectData.hpp
"
78
#include "
LIEF/PE/signature/attributes.hpp
"
79
#include "
LIEF/PE/signature/types.hpp
"
80
#include "
LIEF/PE/signature/x509.hpp
"
81
#include "
LIEF/PE/signature/SpcIndirectData.hpp
"
82
#include "
LIEF/PE/signature/GenericContent.hpp
"
83
#include "
LIEF/PE/signature/PKCS9TSTInfo.hpp
"
84
85
#include "
LIEF/PE/AuxiliarySymbol.hpp
"
86
#include "
LIEF/PE/AuxiliarySymbols/AuxiliaryCLRToken.hpp
"
87
#include "
LIEF/PE/AuxiliarySymbols/AuxiliaryFunctionDefinition.hpp
"
88
#include "
LIEF/PE/AuxiliarySymbols/AuxiliaryWeakExternal.hpp
"
89
#include "
LIEF/PE/AuxiliarySymbols/AuxiliarybfAndefSymbol.hpp
"
90
#include "
LIEF/PE/AuxiliarySymbols/AuxiliarySectionDefinition.hpp
"
91
#include "
LIEF/PE/AuxiliarySymbols/AuxiliaryFile.hpp
"
92
93
#include "
LIEF/PE/hash.hpp
"
94
#include "
LIEF/PE/enums.hpp
"
95
#include "
LIEF/PE/EnumToString.hpp
"
96
#include "
LIEF/PE/utils.hpp
"
97
98
#endif
99
100
#endif
AcceleratorCodes.hpp
AuxiliaryCLRToken.hpp
AuxiliaryFile.hpp
AuxiliaryFunctionDefinition.hpp
AuxiliarySectionDefinition.hpp
AuxiliarySymbol.hpp
AuxiliaryWeakExternal.hpp
AuxiliarybfAndefSymbol.hpp
COFFString.hpp
CodeIntegrity.hpp
ContentInfo.hpp
DataDirectory.hpp
Debug.hpp
DelayImportEntry.hpp
DelayImport.hpp
DosHeader.hpp
ExceptionInfo.hpp
ExportEntry.hpp
Export.hpp
Factory.hpp
GenericContent.hpp
ImportEntry.hpp
Import.hpp
LoadConfigurations.hpp
OIDToString.hpp
OptionalHeader.hpp
Binary.hpp
Builder.hpp
EnumToString.hpp
Header.hpp
Parser.hpp
Relocation.hpp
Section.hpp
Symbol.hpp
enums.hpp
hash.hpp
Attribute.hpp
types.hpp
utils.hpp
PKCS9TSTInfo.hpp
PackedFunction.hpp
RelocationEntry.hpp
ResourceAccelerator.hpp
ResourceData.hpp
ResourceDialogExtended.hpp
ResourceDialogRegular.hpp
ResourceDialog.hpp
ResourceDirectory.hpp
ResourceIcon.hpp
ResourceNode.hpp
ResourceStringFileInfo.hpp
ResourceStringTable.hpp
ResourceVarFileInfo.hpp
ResourceVar.hpp
ResourceVersion.hpp
ResourcesManager.hpp
RichEntry.hpp
RichHeader.hpp
RuntimeFunctionAArch64.hpp
RuntimeFunctionX64.hpp
Signature.hpp
SignerInfo.hpp
SpcIndirectData.hpp
TLS.hpp
UnpackedFunction.hpp
UnwindCodeX64.hpp
attributes.hpp
config.h
x509.hpp
Generated by
1.13.0