Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Read16
Method
Read16
binaryreader.cpp:83–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
uint16_t BinaryReader::Read16()
84
{
85
uint16_t result;
86
if (!BNRead16(m_stream, &result))
87
throw ReadException();
88
return result;
89
}
90
91
92
uint32_t BinaryReader::Read32()
Callers
1
BaseClassTypeInfo
Method · 0.45
Calls
1
ReadException
Class · 0.85
Tested by
no test coverage detected