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

Method name

python/lowlevelil.py:126–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124
125 @property
126 def name(self) -> 'architecture.RegisterName':
127 if self.temp:
128 return architecture.RegisterName(f"temp{self.index & 0x7fffffff}")
129 else:
130 return architecture.RegisterName(self.arch.get_reg_name(self.index))
131
132
133@dataclass(frozen=True)

Callers

nothing calls this directly

Calls 1

get_reg_nameMethod · 0.80

Tested by

no test coverage detected