mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-01 11:08:06 +00:00
python: implement setter for skipdata_setup. this fixes issue 564 so it is now possible to redefine skipdata's mnemonic
This commit is contained in:
parent
6ea7ec83ad
commit
31f239f920
@ -839,6 +839,12 @@ class Cs(object):
|
||||
self._skipdata = opt
|
||||
|
||||
|
||||
@property
|
||||
def skipdata_setup(self):
|
||||
return
|
||||
|
||||
|
||||
@skipdata_setup.setter
|
||||
def skipdata_setup(self, opt):
|
||||
_skipdata_opt = _cs_opt_skipdata()
|
||||
_mnem, _cb, _ud = opt
|
||||
|
Loading…
x
Reference in New Issue
Block a user