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

Method valid

loader/Pe.hpp:1896–1899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894 }
1895
1896 bool valid() const noexcept
1897 {
1898 return m_runtimeFunction && m_runtimeFunction->BeginAddress;
1899 }
1900
1901 bool operator == (const RuntimeFunctionEntry& entry) const noexcept
1902 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected