Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
bool PEParser::IsSystemFile() const {
101
return _ntHeader->FileHeader.Characteristics & IMAGE_FILE_SYSTEM;
102
}
103
104
const IMAGE_DOS_HEADER& PEParser::GetDosHeader() const {
105
return *_dosHeader;
Callers
1
CheckIATHook
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected