Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Write16
Method
Write16
binarywriter.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
void BinaryWriter::Write16(uint16_t val)
79
{
80
if (!BNWrite16(m_stream, val))
81
throw WriteException();
82
}
83
84
85
void BinaryWriter::Write32(uint32_t val)
Callers
nothing calls this directly
Calls
1
WriteException
Class · 0.85
Tested by
no test coverage detected