Function start address (read-only)
(self)
| 558 | |
| 559 | @property |
| 560 | def start(self) -> int: |
| 561 | """Function start address (read-only)""" |
| 562 | return core.BNGetFunctionStart(self.handle) |
| 563 | |
| 564 | @property |
| 565 | def total_bytes(self) -> int: |
no outgoing calls
no test coverage detected