Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ GetSubsystemType
Method
GetSubsystemType
PEParser/PEParser.cpp:252–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
SubsystemType PEParser::GetSubsystemType() const {
253
return static_cast<SubsystemType>(GetOptionalHeader64().Subsystem);
254
}
255
256
void PEParser::CheckValidity() {
257
if (::strncmp((PCSTR)_address,
"!<arch>\n"
, 8) == 0) {
Callers
1
CheckIATHook
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected