MCPcopy 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
121bool PeParser::isTargetFileSamePeFormat()
122{
123#ifdef _WIN64
124 return isPE64();
125#else
126 return isPE32();
127#endif
128}
129
130bool PeParser::isValidPeFile()
131{

Callers 1

isValidDllFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected