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

Method GetBasicBlock

architecture.cpp:2344–2350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2342
2343
2344Ref<BasicBlock> DisassemblyTextRenderer::GetBasicBlock() const
2345{
2346 BNBasicBlock* block = BNGetDisassemblyTextRendererBasicBlock(m_object);
2347 if (block)
2348 return new BasicBlock(block);
2349 return nullptr;
2350}
2351
2352
2353Ref<Architecture> DisassemblyTextRenderer::GetArchitecture() const

Callers 1

ApplyToFlowGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected