Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5533
uint64_t Relocation::GetTarget() const
5534
{
5535
return BNRelocationGetTarget(m_object);
5536
}
5537
5538
5539
uint64_t Relocation::GetAddress() const
Callers
10
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
ApplyRelocation
Method · 0.45
RecognizeLowLevelIL
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected