MCPcopy 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
252SubsystemType PEParser::GetSubsystemType() const {
253 return static_cast<SubsystemType>(GetOptionalHeader64().Subsystem);
254}
255
256void PEParser::CheckValidity() {
257 if (::strncmp((PCSTR)_address, "!<arch>\n", 8) == 0) {

Callers 1

CheckIATHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected