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

Method ModuleEntry

loader/Pe.hpp:1087–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085
1086 public:
1087 ModuleEntry(const Pe<arch>& pe, const typename DirDelayedImports::Type* const descriptor) noexcept
1088 : m_pe(pe)
1089 , m_descriptor(descriptor)
1090 {
1091 }
1092
1093 const Pe<arch>& pe() const noexcept
1094 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected