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

Method GetLength

basicblock.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324
325
326uint64_t BasicBlock::GetLength() const
327{
328 return BNGetBasicBlockLength(m_object);
329}
330
331
332size_t BasicBlock::GetIndex() const

Callers 15

AssembleCallbackMethod · 0.45
GetValueMethod · 0.45
WriteMethod · 0.45
TryWriteMethod · 0.45
GetReferenceTreeMethod · 0.45
AssembleMethod · 0.45
GetExprTextMethod · 0.45
GetExprTextInternalMethod · 0.45
CreateMethod · 0.45
ParseMethod · 0.45
IsTypeValidForDataMethod · 0.45
readValidULEB128Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected