Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ReadString
Method
ReadString
binaryreader.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
67
string BinaryReader::ReadString(size_t len)
68
{
69
DataBuffer result = Read(len);
70
return string((const char*)result.GetData(), len);
71
}
72
73
74
uint8_t BinaryReader::Read8()
Callers
1
ProcessRTTI
Method · 0.45
Calls
1
GetData
Method · 0.45
Tested by
no test coverage detected