MCPcopy Create free account
hub / github.com/connorjaydunn/BinaryShield / addBytes

Method addBytes

src/vm_section.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void VMSection::addBytes(std::vector<BYTE> bytes)
38{
39 this->bytes.insert(this->bytes.begin() + writePointer, bytes.begin(), bytes.end());
40 writePointer += bytes.size();
41}
42
43void VMSection::addVmHandlers()
44{

Callers 1

virtualizeFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected