MCPcopy Create free account
hub / github.com/NetSPI/BOF-PE / valid

Method valid

loader/Pe.hpp:1103–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101 }
1102
1103 bool valid() const noexcept
1104 {
1105 return m_descriptor && m_descriptor->DllNameRVA;
1106 }
1107
1108 const char* moduleName() const noexcept
1109 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected