Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Write32
Method
Write32
binarywriter.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
void BinaryWriter::Write32(uint32_t val)
86
{
87
if (!BNWrite32(m_stream, val))
88
throw WriteException();
89
}
90
91
92
void BinaryWriter::Write64(uint64_t val)
Callers
nothing calls this directly
Calls
1
WriteException
Class · 0.85
Tested by
no test coverage detected