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

Method RuntimeFunctionEntry

loader/Pe.hpp:1886–1889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1884
1885 public:
1886 explicit RuntimeFunctionEntry(const typename DirExceptions::Type* runtimeFunction) noexcept
1887 : m_runtimeFunction(runtimeFunction)
1888 {
1889 }
1890
1891 const typename DirExceptions::Type* runtimeFunction() const noexcept
1892 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected