MCPcopy Create free account
hub / github.com/AHXR/ghost / BstrToStdString

Function BstrToStdString

_src/zombie/info.cpp:116–121  ·  view source on GitHub ↗

conversion with temp.

Source from the content-addressed store, hash-verified

114
115// conversion with temp.
116std::string BstrToStdString(BSTR bstr, int cp)
117{
118 std::string str;
119 BstrToStdString(bstr, str, cp);
120 return str;
121}
122
123std::string real_ip() {
124

Callers 1

getAntivirusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected