Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Read
Method
Read
binaryreader.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
void BinaryReader::Read(void* dest, size_t len)
53
{
54
if (!BNReadData(m_stream, dest, len))
55
throw ReadException();
56
}
57
58
59
DataBuffer BinaryReader::Read(size_t len)
Callers
nothing calls this directly
Calls
2
ReadException
Class · 0.85
GetData
Method · 0.45
Tested by
no test coverage detected