Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NtQuery/Scylla
/ isTargetFileSamePeFormat
Method
isTargetFileSamePeFormat
Scylla/PeParser.cpp:121–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool PeParser::isTargetFileSamePeFormat()
122
{
123
#ifdef _WIN64
124
return isPE64();
125
#else
126
return isPE32();
127
#endif
128
}
129
130
bool PeParser::isValidPeFile()
131
{
Callers
1
isValidDllFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected