Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
bool PEParser::HasImports() const {
73
return _opt64 ? GetDataDirectory(IMAGE_DIRECTORY_ENTRY_IMPORT)->VirtualAddress != 0 : false;
74
}
75
76
int PEParser::GetSectionCount() const {
77
if (!IsValid())
Callers
1
CheckIATHook
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected