MCPcopy 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
88size_t DisassemblySettings::GetMaximumSymbolWidth() const
89{
90 return BNGetDisassemblyMaximumSymbolWidth(m_object);
91}
92
93
94void DisassemblySettings::SetMaximumSymbolWidth(size_t width)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected