Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ WriteLE16
Method
WriteLE16
binarywriter.cpp:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
99
void BinaryWriter::WriteLE16(uint16_t val)
100
{
101
if (!BNWriteLE16(m_stream, val))
102
throw WriteException();
103
}
104
105
106
void BinaryWriter::WriteLE32(uint32_t val)
Callers
nothing calls this directly
Calls
1
WriteException
Class · 0.85
Tested by
no test coverage detected