MCPcopy Create free account
hub / github.com/Wemino/EchoPatch / Data

Method Data

include/LAAPatcher.hpp:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 void ClearChecksum() { NtHeaders()->OptionalHeader.CheckSum = 0; }
145 size_t Size() const { return m_buffer.size(); }
146 uint8_t* Data() { return m_buffer.data(); }
147 std::vector<uint8_t>& Buffer() { return m_buffer; }
148
149 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected