Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ BasicBlock
Method
BasicBlock
basicblock.cpp:296–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
295
296
BasicBlock::BasicBlock(BNBasicBlock* block)
297
{
298
m_object = block;
299
}
300
301
302
Ref<Function> BasicBlock::GetFunction() const
Callers
6
get_basic_blocks_at
Method · 0.80
get_basic_blocks_starting_at
Method · 0.80
get_recent_basic_block_at
Method · 0.80
_instantiate_block
Method · 0.80
get_basic_block_at
Method · 0.80
_set_current_basic_block
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected