MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / DisassemblyTextLine

Method DisassemblyTextLine

basicblock.cpp:175–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174
175DisassemblyTextLine::DisassemblyTextLine()
176{
177 addr = 0;
178 instrIndex = BN_INVALID_EXPR;
179 highlight.style = StandardHighlightColor;
180 highlight.color = NoHighlightColor;
181 highlight.mixColor = NoHighlightColor;
182 highlight.mix = 0;
183 highlight.r = 0;
184 highlight.g = 0;
185 highlight.b = 0;
186 highlight.alpha = 255;
187 typeInfo.hasTypeInfo = false;
188 typeInfo.fieldIndex = -1;
189 typeInfo.parentType = nullptr;
190 typeInfo.offset = 0;
191}
192
193
194BNDisassemblyTextLine DisassemblyTextLine::GetAPIObject() const

Callers 11

linesMethod · 0.80
get_expr_textMethod · 0.80
get_linear_linesMethod · 0.80
get_block_linesMethod · 0.80
function_type_tokensMethod · 0.80
get_disassembly_textMethod · 0.80
get_linesMethod · 0.80
_format_linesMethod · 0.80
format_linesMethod · 0.80
__iter__Method · 0.80
linesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected