MCPcopy 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
76BNLowLevelILLabel* LowLevelILFunction::GetLabelForSourceInstruction(size_t i)
77{
78 return BNGetLabelForLowLevelILSourceInstruction(m_object, i);
79}
80
81
82uint64_t LowLevelILFunction::GetCurrentAddress() const

Callers 2

CopyToMethod · 0.45
CopyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected