Address size of the binary (read-only)
(self)
| 3157 | |
| 3158 | @property |
| 3159 | def address_size(self) -> int: |
| 3160 | """Address size of the binary (read-only)""" |
| 3161 | return core.BNGetViewAddressSize(self.handle) |
| 3162 | |
| 3163 | @property |
| 3164 | def executable(self) -> bool: |
no outgoing calls