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

Method exportAddressTableEntry

loader/Pe.hpp:1415–1418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413 }
1414
1415 const typename GenericTypes::ExportAddressTableEntry* exportAddressTableEntry() const noexcept
1416 {
1417 return &m_exportAddressTable[m_index];
1418 }
1419
1420 ExportType type() const noexcept
1421 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected