Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
bool PEParser::IsPe64() const {
54
return _opt64 ? _opt64->Magic == IMAGE_NT_OPTIONAL_HDR64_MAGIC : IsObjectPe64();
55
}
56
57
bool PEParser::IsExecutable() const {
58
if (!IsValid())
Callers
3
CheckIATHook
Method · 0.45
Refresh
Method · 0.45
ParseTableEntry
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected