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

Method IsSystemFile

PEParser/PEParser.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool PEParser::IsSystemFile() const {
101 return _ntHeader->FileHeader.Characteristics & IMAGE_FILE_SYSTEM;
102}
103
104const IMAGE_DOS_HEADER& PEParser::GetDosHeader() const {
105 return *_dosHeader;

Callers 1

CheckIATHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected