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

Method target

python/binaryview.py:1903–1905  ·  view source on GitHub ↗

Where the reloc needs to point to

(self)

Source from the content-addressed store, hash-verified

1901
1902 @property
1903 def target(self) -> int:
1904 """Where the reloc needs to point to"""
1905 return core.BNRelocationGetTarget(self.handle)
1906
1907 @property
1908 def reloc(self) -> int:

Callers 4

__len__Method · 0.45
__int__Method · 0.45
__getitem__Method · 0.45
_value_helperMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected