Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSPI/BOF-PE
/ valid
Method
valid
loader/Pe.hpp:889–892 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
887
}
888
889
bool valid() const noexcept
890
{
891
return m_descriptor && m_descriptor->Characteristics;
892
}
893
894
const char* libName() const noexcept
895
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected