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

Method values

python/highlevelil.py:1220–1221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1218class HighLevelILCase(HighLevelILInstruction):
1219 @property
1220 def values(self) -> List[HighLevelILInstruction]:
1221 return self.get_expr_list(0, 1)
1222
1223 @property
1224 def body(self) -> HighLevelILInstruction:

Callers 1

show_hlil_hierarchyMethod · 0.45

Calls 1

get_expr_listMethod · 0.80

Tested by

no test coverage detected