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

Method strings

python/binaryview.py:3332–3334  ·  view source on GitHub ↗

List of strings (read-only)

(self)

Source from the content-addressed store, hash-verified

3330
3331 @property
3332 def strings(self) -> List['StringReference']:
3333 """List of strings (read-only)"""
3334 return self.get_strings()
3335
3336 @property
3337 def saved(self) -> bool:

Callers

nothing calls this directly

Calls 1

get_stringsMethod · 0.95

Tested by

no test coverage detected