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

Method GetTarget

binaryview.cpp:5533–5536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5531
5532
5533uint64_t Relocation::GetTarget() const
5534{
5535 return BNRelocationGetTarget(m_object);
5536}
5537
5538
5539uint64_t Relocation::GetAddress() const

Callers 10

ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
ApplyRelocationMethod · 0.45
RecognizeLowLevelILMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected