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

Method address_size

python/binaryview.py:3159–3161  ·  view source on GitHub ↗

Address size of the binary (read-only)

(self)

Source from the content-addressed store, hash-verified

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:

Callers 12

lookup_localsMethod · 0.45
export_dwarfFunction · 0.45
create_section_readerFunction · 0.45
parse_range_data_offsetsFunction · 0.45
newMethod · 0.45
actionMethod · 0.45
plugin_initFunction · 0.45
insta_snapshotsFunction · 0.45
test_bitfield_unionsFunction · 0.45
to_bn_typeFunction · 0.45

Calls

no outgoing calls

Tested by 2

insta_snapshotsFunction · 0.36
test_bitfield_unionsFunction · 0.36