Merge pull request #252 from aidanhs/aphs-fix-dummy-cs
Set _detail in a dummy Cs, closes #251
This commit is contained in:
commit
b238628e37
|
@ -330,6 +330,7 @@ class _dummy_cs(object):
|
||||||
def __init__(self, csh, arch):
|
def __init__(self, csh, arch):
|
||||||
self.csh = csh
|
self.csh = csh
|
||||||
self.arch = arch
|
self.arch = arch
|
||||||
|
self._detail = False
|
||||||
|
|
||||||
|
|
||||||
# Quick & dirty Python function to disasm raw binary code
|
# Quick & dirty Python function to disasm raw binary code
|
||||||
|
|
Loading…
Reference in New Issue