Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetLabelForSourceInstruction
Method
GetLabelForSourceInstruction
lowlevelil.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
76
BNLowLevelILLabel* LowLevelILFunction::GetLabelForSourceInstruction(size_t i)
77
{
78
return BNGetLabelForLowLevelILSourceInstruction(m_object, i);
79
}
80
81
82
uint64_t LowLevelILFunction::GetCurrentAddress() const
Callers
2
CopyTo
Method · 0.45
CopyTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected