MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / IsPe64

Method IsPe64

PEParser/PEParser.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool PEParser::IsPe64() const {
54 return _opt64 ? _opt64->Magic == IMAGE_NT_OPTIONAL_HDR64_MAGIC : IsObjectPe64();
55}
56
57bool PEParser::IsExecutable() const {
58 if (!IsValid())

Callers 3

CheckIATHookMethod · 0.45
RefreshMethod · 0.45
ParseTableEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected