MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / UnescapeString

Method UnescapeString

databuffer.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280string BinaryNinja::UnescapeString(const string& s)
281{
282 DataBuffer buffer = DataBuffer::FromEscapedString(s);
283 return string((const char*)buffer.GetData(), buffer.GetLength());
284}

Callers

nothing calls this directly

Calls 2

GetDataMethod · 0.45
GetLengthMethod · 0.45

Tested by

no test coverage detected