Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ TryRead
Method
TryRead
binaryreader.cpp:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
267
268
bool BinaryReader::TryRead(void* dest, size_t len)
269
{
270
return BNReadData(m_stream, dest, len);
271
}
272
273
274
bool BinaryReader::TryRead(DataBuffer& dest, size_t len)
Callers
2
Init
Method · 0.80
IsTypeValidForData
Method · 0.80
Calls
2
SetSize
Method · 0.80
GetData
Method · 0.45
Tested by
no test coverage detected