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

Method FunctionEntry

loader/Pe.hpp:1001–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999
1000 public:
1001 FunctionEntry(const ModuleEntry& lib, const unsigned int index) noexcept : m_lib(lib), m_index(index)
1002 {
1003 }
1004
1005 const ModuleEntry& lib() const noexcept
1006 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected