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

Method ModuleEntry

loader/Pe.hpp:1265–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263
1264 public:
1265 explicit ModuleEntry(const typename DirBoundImports::Type* const descriptor) noexcept
1266 : m_directoryBase(descriptor)
1267 , m_descriptor(descriptor)
1268 {
1269 }
1270
1271 const typename DirBoundImports::Type* directoryBase() const noexcept
1272 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected