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

Method identifier

python/variable.py:672–674  ·  view source on GitHub ↗

A UID for a variable within a function.

(self)

Source from the content-addressed store, hash-verified

670
671 @property
672 def identifier(self) -> int:
673 """A UID for a variable within a function."""
674 return core.BNToVariableIdentifier(self.to_BNVariable())
675
676 @property
677 def source_type(self) -> VariableSourceType:

Callers 1

data_from_archiveFunction · 0.45

Calls 1

to_BNVariableMethod · 0.95

Tested by

no test coverage detected