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

Method importAddressTable

loader/Pe.hpp:900–903  ·  view source on GitHub ↗

Import Address Table:

Source from the content-addressed store, hash-verified

898
899 // Import Address Table:
900 const typename Types<arch>::ImportAddressTableEntry* importAddressTable() const noexcept
901 {
902 return m_pe.template byRva<typename Types<arch>::ImportAddressTableEntry>(m_descriptor->FirstThunk);
903 }
904
905 // Import Lookup Table:
906 const typename Types<arch>::ImportLookupTableEntry* importLookupTable() const noexcept

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected