Import Address Table:
| 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 |
no outgoing calls
no test coverage detected