16#ifndef LIEF_PE_ENUM_TO_STRING_H
17#define LIEF_PE_ENUM_TO_STRING_H
43enum class RELOCATIONS_BASE_TYPES : size_t;
45enum class SUBSYSTEM : size_t;
Namespace related to the LIEF's PE module.
Definition Abstract/Header.hpp:32
RELOCATIONS_AMD64
Definition PE/enums.hpp:118
PE_SECTION_TYPES
Common section type.
Definition PE/enums.hpp:666
ALGORITHMS
Cryptography algorithms.
Definition PE/enums.hpp:686
FIXED_VERSION_OS
Definition PE/enums.hpp:273
ACCELERATOR_VK_CODES
From https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes.
Definition PE/enums.hpp:487
EXTENDED_WINDOW_STYLES
From https://docs.microsoft.com/en-us/windows/win32/winmsg/extended-window-styles.
Definition PE/enums.hpp:204
RELOCATIONS_ARM
Definition PE/enums.hpp:138
const char * to_string(DataDirectory::TYPES e)
FIXED_VERSION_FILE_SUB_TYPES
Definition PE/enums.hpp:312
SYMBOL_BASE_TYPES
Definition PE/enums.hpp:72
WINDOW_STYLES
From: https://docs.microsoft.com/en-us/windows/win32/winmsg/window-styles.
Definition PE/enums.hpp:229
ACCELERATOR_FLAGS
From https://docs.microsoft.com/en-us/windows/win32/menurc/acceltableentry.
Definition PE/enums.hpp:477
SYMBOL_STORAGE_CLASS
Storage class tells where and what the symbol represents.
Definition PE/enums.hpp:39
FIXED_VERSION_FILE_TYPES
Definition PE/enums.hpp:301
FIXED_VERSION_FILE_FLAGS
Definition PE/enums.hpp:291
SYMBOL_SECTION_NUMBER
Definition PE/enums.hpp:32
RELOCATIONS_I386
Definition PE/enums.hpp:104
CODE_PAGES
Code page from https://docs.microsoft.com/en-us/windows/win32/intl/code-page-identifiers.
Definition PE/enums.hpp:333
SYMBOL_COMPLEX_TYPES
Definition PE/enums.hpp:91
PE_TYPE
Definition PE/enums.hpp:680
DIALOG_BOX_STYLES
From https://docs.microsoft.com/en-us/windows/win32/dlgbox/dialog-box-styles.
Definition PE/enums.hpp:255
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41