MCPcopy Create free account
hub / github.com/capstone-engine/capstone / bytes

Method bytes

bindings/python/capstone/__init__.py:662–663  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

660 # return instruction's machine bytes (which should have @size bytes).
661 @property
662 def bytes(self):
663 return bytearray(self._raw.bytes)[:self._raw.size]
664
665 # return instruction's mnemonic.
666 @property

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected