Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ WriteBE32
Method
WriteBE32
binarywriter.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
127
void BinaryWriter::WriteBE32(uint32_t val)
128
{
129
if (!BNWriteBE32(m_stream, val))
130
throw WriteException();
131
}
132
133
134
void BinaryWriter::WriteBE64(uint64_t val)
Callers
nothing calls this directly
Calls
1
WriteException
Class · 0.85
Tested by
no test coverage detected