Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
string 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
GetData
Method · 0.45
GetLength
Method · 0.45
Tested by
no test coverage detected