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

Method highest_address

python/function.py:573–575  ·  view source on GitHub ↗

The highest (largest) virtual address contained in a function.

(self)

Source from the content-addressed store, hash-verified

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:

Callers 3

match_functionMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected