The highest (largest) virtual address contained in a function.
(self)
| 571 | |
| 572 | @property |
| 573 | def highest_address(self) -> int: |
| 574 | """The highest (largest) virtual address contained in a function.""" |
| 575 | return core.BNGetFunctionHighestAddress(self.handle) |
| 576 | |
| 577 | @property |
| 578 | def lowest_address(self) -> int: |
no outgoing calls
no test coverage detected