MCPcopy Create free account
hub / github.com/NtQuery/Scylla / initClass

Method initClass

Scylla/PeParser.cpp:78–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void PeParser::initClass()
79{
80 fileMemory = 0;
81 headerMemory = 0;
82
83 pDosHeader = 0;
84 pDosStub = 0;
85 dosStubSize = 0;
86 pNTHeader32 = 0;
87 pNTHeader64 = 0;
88 overlayData = 0;
89 overlaySize = 0;
90
91 filename = 0;
92 fileSize = 0;
93 moduleBaseAddress = 0;
94 hFile = INVALID_HANDLE_VALUE;
95}
96
97bool PeParser::isPE64()
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected