(05d090b8e78aa76c27aa1520fe0c9562bb9b057a)
#include "qcoffpeparser_p.h"
#include <qendian.h>
#include <qloggingcategory.h>
#include <qnumeric.h>
#include <optional>
#include <qt_windows.h>
Go to the source code of this file.
◆ NOGDI
◆ peDebug
◆ WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN |
◆ checkNtHeaders()
◆ findSectionName()
static QLatin1StringView findSectionName |
( |
const IMAGE_SECTION_HEADER * | section, |
|
|
QByteArrayView | stringTable ) |
|
static |
◆ findSectionTable()
static const IMAGE_SECTION_HEADER * findSectionTable |
( |
QByteArrayView | data, |
|
|
const IMAGE_NT_HEADERS * | ntHeader, |
|
|
const ErrorMaker & | error ) |
|
static |
◆ findStringTable()
◆ metadataSectionName()
static constexpr auto metadataSectionName |
( |
| ) |
|
|
inlinestaticconstexprnoexcept |
◆ ExpectedMachine
◆ ExpectedOptionalHeaderSignature
static const WORD ExpectedOptionalHeaderSignature |
|
static |
Initial value:=
sizeof(
void*) ==
sizeof(
quint64) ? IMAGE_NT_OPTIONAL_HDR64_MAGIC :
IMAGE_NT_OPTIONAL_HDR32_MAGIC
unsigned long long quint64
Definition at line 65 of file qcoffpeparser.cpp.
◆ IncludeValidityChecks
static constexpr bool IncludeValidityChecks = true |
|
staticconstexpr |
◆ truncatedSectionName
static constexpr QLatin1StringView truncatedSectionName |
|
staticconstexpr |
Initial value:=
static constexpr auto metadataSectionName() noexcept
Definition at line 26 of file qcoffpeparser.cpp.