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

Method GetLabelForAddress

lowlevelil.cpp:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620
621
622BNLowLevelILLabel* LowLevelILFunction::GetLabelForAddress(Architecture* arch, uint64_t addr)
623{
624 return BNGetLowLevelILLabelForAddress(m_object, arch->GetObject(), addr);
625}
626
627
628void LowLevelILFunction::Finalize()

Callers 14

DirectJumpFunction · 0.80
ConditionalJumpFunction · 0.80
DirectJumpFunction · 0.80
ConditionalJumpFunction · 0.80
ConditionalJumpFunction · 0.80
DirectJumpFunction · 0.80
ConditionalJumpFunction · 0.80
ConditionalJumpFunction · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected