Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Read8
Method
Read8
binaryreader.cpp:74–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
uint8_t BinaryReader::Read8()
75
{
76
uint8_t result;
77
if (!BNRead8(m_stream, &result))
78
throw ReadException();
79
return result;
80
}
81
82
83
uint16_t BinaryReader::Read16()
Callers
nothing calls this directly
Calls
1
ReadException
Class · 0.85
Tested by
no test coverage detected