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

Method GetEnd

basicblock.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319
320uint64_t BasicBlock::GetEnd() const
321{
322 return BNGetBasicBlockEnd(m_object);
323}
324
325
326uint64_t BasicBlock::GetLength() const

Callers 15

VisitInstructionsMethod · 0.45
LoadClassesMethod · 0.45
LoadCategoriesMethod · 0.45
LoadProtocolsMethod · 0.45
ProcessCFStringsMethod · 0.45
OnViewChangeMethod · 0.45
InitMethod · 0.45
AnalyzeStubFunctionFunction · 0.45
AnalyzeStandardFunctionFunction · 0.45
AdjustCallTypeMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected