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

Method HasExports

PEParser/PEParser.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool PEParser::HasExports() const {
69 return _opt64 ? GetDataDirectory(IMAGE_DIRECTORY_ENTRY_EXPORT)->VirtualAddress != 0 : false;
70}
71
72bool PEParser::HasImports() const {
73 return _opt64 ? GetDataDirectory(IMAGE_DIRECTORY_ENTRY_IMPORT)->VirtualAddress != 0 : false;

Callers 1

CheckEATHookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected