Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
uint64_t BasicBlock::GetLength() const
327
{
328
return BNGetBasicBlockLength(m_object);
329
}
330
331
332
size_t BasicBlock::GetIndex() const
Callers
15
AssembleCallback
Method · 0.45
GetValue
Method · 0.45
Write
Method · 0.45
TryWrite
Method · 0.45
GetReferenceTree
Method · 0.45
Assemble
Method · 0.45
GetExprText
Method · 0.45
GetExprTextInternal
Method · 0.45
Create
Method · 0.45
Parse
Method · 0.45
IsTypeValidForData
Method · 0.45
readValidULEB128
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected