Where the reloc needs to point to
(self)
| 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: |
no outgoing calls
no test coverage detected