Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Write64
Method
Write64
binarywriter.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
void BinaryWriter::Write64(uint64_t val)
93
{
94
if (!BNWrite64(m_stream, val))
95
throw WriteException();
96
}
97
98
99
void BinaryWriter::WriteLE16(uint16_t val)
Callers
nothing calls this directly
Calls
1
WriteException
Class · 0.85
Tested by
no test coverage detected