libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
fwd.hh
Go to the documentation of this file.
1/*
2 * Copyright 2021 Assured Information Security, Inc.
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#pragma once
17
18/*
19 * Forward declarations for the PE namespace
20 */
21
22namespace introvirt {
23namespace windows {
24
28namespace pe {
29
30class CV_INFO;
31class DOS_HEADER;
32class IMAGE_DEBUG_DIRECTORY;
33class IMAGE_EXPORT_DIRECTORY;
34class IMAGE_FILE_HEADER;
35class IMAGE_IMPORT_DESCRIPTOR;
36class IMAGE_OPTIONAL_HEADER;
37class IMAGE_RELOCATION_SECTION;
38class IMAGE_RESOURCE_DATA_ENTRY;
39class IMAGE_RESOURCE_DIRECTORY_ENTRY;
40class IMAGE_RESOURCE_DIRECTORY;
41class IMAGE_SECTION_HEADER;
42class IMAGE_SECTION_HEADERList;
43class IMAGE_EXCEPTION_SECTION;
44class IMPORT_NAME_TABLE;
45class PE;
46class RUNTIME_FUNCTION;
47class StringFileInfo;
48class StringTable;
49class UnwindCode;
50class UnwindInfo;
51class Var;
52class VarFileInfo;
53class VS_FIXEDFILEINFO;
54class VS_VERSIONINFO;
55
56} // namespace pe
57} // namespace windows
58} // namespace introvirt
Core IntroVirt classes.
Definition Cr0.hh:20