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

Method undetermined

python/variable.py:495–502  ·  view source on GitHub ↗

Create a PossibleValueSet object of type UndeterminedValue. :return: PossibleValueSet object of type UndeterminedValue :rtype: PossibleValueSet

()

Source from the content-addressed store, hash-verified

493
494 @staticmethod
495 def undetermined() -> 'PossibleValueSet':
496 """
497 Create a PossibleValueSet object of type UndeterminedValue.
498
499 :return: PossibleValueSet object of type UndeterminedValue
500 :rtype: PossibleValueSet
501 """
502 return PossibleValueSet()
503
504 @staticmethod
505 def constant(value: int) -> 'PossibleValueSet':

Callers

nothing calls this directly

Calls 1

PossibleValueSetClass · 0.70

Tested by

no test coverage detected