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

Method LocalBuffer

loader/include/peplus/local_buffer.hpp:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template <std::size_t N>
42constexpr LocalBuffer::LocalBuffer(const char (&buffer)[N])
43 : LocalBuffer { buffer, N } {}
44
45constexpr LocalBuffer::LocalBuffer(const void * mem)
46 : LocalBuffer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected