libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
ImageFileCharacteristics.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#include <cstdint>
19
20namespace introvirt {
21namespace windows {
22namespace pe {
23
107
108} // namespace pe
109} // namespace windows
110} // namespace introvirt
ImageFileCharacteristics
Charactaristic flags for IMAGE_FILE_HEADER.
Definition ImageFileCharacteristics.hh:30
@ IMAGE_FILE_LINE_NUMS_STRIPPED
COFF line numbers were stripped from the file.
Definition ImageFileCharacteristics.hh:45
@ IMAGE_FILE_EXECUTABLE_IMAGE
The file is executable (there are no unresolved external references).
Definition ImageFileCharacteristics.hh:41
@ IMAGE_FILE_32BIT_MACHINE
The computer supports 32-bit words.
Definition ImageFileCharacteristics.hh:73
@ IMAGE_FILE_NET_RUN_FROM_SWAP
If the image is on the network, copy it to and run it from the swap file.
Definition ImageFileCharacteristics.hh:85
@ IMAGE_FILE_16BIT_MACHINE
16 bit word machine.
Definition ImageFileCharacteristics.hh:63
@ IMAGE_FILE_RELOCS_STRIPPED
Relocation info stripped from file.
Definition ImageFileCharacteristics.hh:37
@ IMAGE_FILE_LARGE_ADDRESS_AWARE
The application can handle addresses larger than 2 GB.
Definition ImageFileCharacteristics.hh:59
@ IMAGE_FILE_UP_SYSTEM_ONLY
The file should be run only on a uniprocessor computer.
Definition ImageFileCharacteristics.hh:99
@ IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP
If the image is on removable media, copy it to and run it from the swap file.
Definition ImageFileCharacteristics.hh:81
@ IMAGE_FILE_BYTES_REVERSED_LO
The bytes of the word are reversed.
Definition ImageFileCharacteristics.hh:69
@ IMAGE_FILE_DEBUG_STRIPPED
Debugging information was removed and stored separately in another file.
Definition ImageFileCharacteristics.hh:77
@ IMAGE_FILE_AGGRESIVE_WS_TRIM
Aggressively trim the working set.
Definition ImageFileCharacteristics.hh:55
@ IMAGE_FILE_BYTES_REVERSED_HI
The bytes of the word are reversed.
Definition ImageFileCharacteristics.hh:105
@ IMAGE_FILE_DLL
The image is a DLL file.
Definition ImageFileCharacteristics.hh:95
@ IMAGE_FILE_SYSTEM
The image is a system file.
Definition ImageFileCharacteristics.hh:89
@ IMAGE_FILE_LOCAL_SYMS_STRIPPED
COFF symbol table entries were stripped from file.
Definition ImageFileCharacteristics.hh:49
Core IntroVirt classes.
Definition Cr0.hh:20