MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / GetRegString

Function GetRegString

RegHelperLib/RegHelperLib.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17string GetRegString(byte* data, int len) {
18 string res;
19 if (!data[len - 1])
20 len--;
21 res.resize(len);
22 memcpy((void*)res.data(), data, len);
23 return res;
24}

Callers 3

LoadMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected