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

Method moduleName

loader/Pe.hpp:1108–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106 }
1107
1108 const char* moduleName() const noexcept
1109 {
1110 return m_pe.template byRva<char>(m_descriptor->DllNameRVA);
1111 }
1112
1113 // Import Address Table:
1114 const typename Types<arch>::ImportAddressTableEntry* importAddressTable() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected