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

Method ModuleEntry

loader/Pe.hpp:873–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871
872 public:
873 ModuleEntry(const Pe<arch>& pe, const typename DirImports::Type* const descriptor) noexcept
874 : m_pe(pe)
875 , m_descriptor(descriptor)
876 {
877 }
878
879 const Pe<arch>& pe() const noexcept
880 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected