Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Write8
Method
Write8
binarywriter.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
71
void BinaryWriter::Write8(uint8_t val)
72
{
73
if (!BNWrite8(m_stream, val))
74
throw WriteException();
75
}
76
77
78
void BinaryWriter::Write16(uint16_t val)
Callers
nothing calls this directly
Calls
1
WriteException
Class · 0.85
Tested by
no test coverage detected