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

Method cases

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

Source from the content-addressed store, hash-verified

1203
1204 @property
1205 def cases(self) -> List[HighLevelILInstruction]:
1206 return self.get_expr_list(2, 3)
1207
1208 @property
1209 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_expr_listMethod · 0.80

Tested by

no test coverage detected