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

Method HasImports

PEParser/PEParser.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool PEParser::HasImports() const {
73 return _opt64 ? GetDataDirectory(IMAGE_DIRECTORY_ENTRY_IMPORT)->VirtualAddress != 0 : false;
74}
75
76int PEParser::GetSectionCount() const {
77 if (!IsValid())

Callers 1

CheckIATHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected