Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetMaximumSymbolWidth
Method
GetMaximumSymbolWidth
basicblock.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
88
size_t DisassemblySettings::GetMaximumSymbolWidth() const
89
{
90
return BNGetDisassemblyMaximumSymbolWidth(m_object);
91
}
92
93
94
void DisassemblySettings::SetMaximumSymbolWidth(size_t width)
Callers
2
AppendPointerTextToken
Method · 0.80
AppendPointerTextToken
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected