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

Method string

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

Source from the content-addressed store, hash-verified

1732
1733 @property
1734 def string(self) -> Optional[Tuple[str, StringType]]:
1735 return self.function.view.check_for_string_annotation_type(self.constant, True, True, 0)
1736
1737
1738@dataclass(frozen=True, repr=False, eq=False)

Callers 2

AddDirectoryMethod · 0.45
InitControllerMethod · 0.45

Tested by

no test coverage detected