#include <string>
#include <vector>
#include "PeLibAux.h"
Go to the source code of this file.
|
enum class | PeLib::PELIB_MEMBER_TYPE : std::uint32_t {
PeLib::OPTHDR_sizeof
, PeLib::OPTHDR_sizeof_fixed
, PeLib::OPTHDR_NumberOfRvaAndSizes
, PeLib::OPTHDR_DataDirectory
,
PeLib::OPTHDR_DataDirectory_EXPORT_Rva
, PeLib::OPTHDR_DataDirectory_RSRC_Rva
, PeLib::OPTHDR_DataDirectory_TLS_Rva
, PeLib::OPTHDR_DataDirectory_CONFIG_Rva
} |
|
enum class | PeLib::PELIB_COMPARE_RESULT : std::uint32_t {
PeLib::ImagesEqual
, PeLib::ImagesWindowsLoadedWeDidnt
, PeLib::ImagesWindowsDidntLoadWeDid
, PeLib::ImagesDifferentSize
,
PeLib::ImagesDifferentPageAccess
, PeLib::ImagesDifferentPageValue
, PeLib::ImagesInvalidPageInImage
, PeLib::ImagesCompareInvalid
} |
|