Public Member Functions | |
def | __getattr__ (self, name) |
def | __init__ (self, cs, all_info) |
def | address (self) |
def | bytes (self) |
def | errno (self) |
def | group (self, group_id) |
def | group_name (self, group_id, default=None) |
def | groups (self) |
def | id (self) |
def | insn_name (self, default=None) |
def | mnemonic (self) |
def | op_count (self, op_type) |
def | op_find (self, op_type, position) |
def | op_str (self) |
def | reg_name (self, reg_id, default=None) |
def | reg_read (self, reg_id) |
def | reg_write (self, reg_id) |
def | regs_access (self) |
def | regs_read (self) |
def | regs_write (self) |
def | size (self) |
Public Attributes | |
operands | |
Private Member Functions | |
def | __gen_detail (self) |
Private Attributes | |
_cs | |
_raw | |
Definition at line 533 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.__init__ | ( | self, | |
cs, | |||
all_info | |||
) |
Definition at line 534 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
|
private |
Definition at line 625 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.__getattr__ | ( | self, | |
name | |||
) |
Definition at line 667 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.address | ( | self | ) |
Definition at line 549 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.bytes | ( | self | ) |
Definition at line 559 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.errno | ( | self | ) |
Definition at line 684 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.group | ( | self, | |
group_id | |||
) |
Definition at line 716 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.group_name | ( | self, | |
group_id, | |||
default = None |
|||
) |
Definition at line 707 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.groups | ( | self | ) |
Definition at line 612 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.id | ( | self | ) |
Definition at line 544 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.insn_name | ( | self, | |
default = None |
|||
) |
Definition at line 696 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.mnemonic | ( | self | ) |
Definition at line 564 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.op_count | ( | self, | |
op_type | |||
) |
Definition at line 749 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.op_find | ( | self, | |
op_type, | |||
position | |||
) |
Definition at line 760 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.op_str | ( | self | ) |
Definition at line 573 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.reg_name | ( | self, | |
reg_id, | |||
default = None |
|||
) |
Definition at line 688 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.reg_read | ( | self, | |
reg_id | |||
) |
Definition at line 727 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.reg_write | ( | self, | |
reg_id | |||
) |
Definition at line 738 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.regs_access | ( | self | ) |
Definition at line 773 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.regs_read | ( | self | ) |
Definition at line 582 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.regs_write | ( | self | ) |
Definition at line 597 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
def capstone.CsInsn.size | ( | self | ) |
Definition at line 554 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
|
private |
Definition at line 536 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
|
private |
Definition at line 535 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.
capstone.CsInsn.operands |
Definition at line 647 of file third_party/bloaty/third_party/capstone/bindings/python/capstone/__init__.py.