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

Method PEFile

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

Source from the content-addressed store, hash-verified

72 {
73 public:
74 explicit PEFile(std::vector<uint8_t>& buffer) : m_buffer(buffer) {}
75
76 bool Validate(char* outError, size_t errorSize)
77 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected