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

Class _dummy_cs

bindings/python/capstone/__init__.py:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543# dummy class resembling Cs class, just for cs_disasm_quick()
544# this class only need to be referenced to via 2 fields: @csh & @arch
545class _dummy_cs(object):
546 def __init__(self, csh, arch):
547 self.csh = csh
548 self.arch = arch
549 self._detail = False
550
551
552# Quick & dirty Python function to disasm raw binary code

Callers 1

cs_disasm_quickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…