Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void 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
43
void VMSection::addVmHandlers()
44
{
Callers
1
virtualizeFunction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected