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

Method read

loader/include/peplus/any_buffer.hpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 using value_type = const MemoryBuffer &;
18
19 static std::size_t read(const MemoryBuffer & buffer, std::size_t offset,
20 std::size_t data_size, void * into_buffer)
21 {
22 return buffer.read(offset, data_size, into_buffer);
23 }
24};
25
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected