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

Method GetAddressAndIndentationTokens

basicblock.cpp:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287
288vector<InstructionTextToken> DisassemblyTextLine::GetAddressAndIndentationTokens() const
289{
290 vector<InstructionTextToken> result;
291 FindAddressAndIndentationTokens(tokens, [&](const InstructionTextToken& token) { result.push_back(token); });
292 return result;
293}
294
295
296BasicBlock::BasicBlock(BNBasicBlock* block)

Callers 1

FormatLinesMethod · 0.80

Calls 2

push_backMethod · 0.80

Tested by

no test coverage detected