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

Method start

python/function.py:560–562  ·  view source on GitHub ↗

Function start address (read-only)

(self)

Source from the content-addressed store, hash-verified

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:

Callers 7

__init__Method · 0.45
mainFunction · 0.45
solveFunction · 0.45
__init__Method · 0.45
repositionCaretMethod · 0.45
__init__Method · 0.45
timerEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected