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

Method lowest_address

python/function.py:578–580  ·  view source on GitHub ↗

The lowest (smallest) virtual address contained in a function.

(self)

Source from the content-addressed store, hash-verified

576
577 @property
578 def lowest_address(self) -> int:
579 """The lowest (smallest) virtual address contained in a function."""
580 return core.BNGetFunctionLowestAddress(self.handle)
581
582 @property
583 def address_ranges(self) -> List['variable.AddressRange']:

Callers 3

match_functionMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected