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

Method importAddressTable

loader/Pe.hpp:1114–1117  ·  view source on GitHub ↗

Import Address Table:

Source from the content-addressed store, hash-verified

1112
1113 // Import Address Table:
1114 const typename Types<arch>::ImportAddressTableEntry* importAddressTable() const noexcept
1115 {
1116 return m_pe.template byRva<Types<arch>::ImportAddressTableEntry>(m_descriptor->ImportAddressTableRVA);
1117 }
1118
1119 // Import Name Table:
1120 const typename Types<arch>::ImportNameTableEntry* importNameTable() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected