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

Method __str__

python/binaryview.py:10800–10802  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10798 endian: Endianness
10799
10800 def __str__(self):
10801 decode_str = "{}B".format(self.type.width)
10802 return ' '.join([f"{x:02x}" for x in struct.unpack(decode_str, self.value)])
10803
10804 def __repr__(self):
10805 return f"<StructuredDataValue type:{self.type} value:{self}>"

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected