|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Member Functions | |
| def | __init__ (self, csh, arch) |
Public Attributes | |
| csh | |
| arch | |
Private Attributes | |
| _detail | |
Definition at line 442 of file __init__.py.
| def capstone._dummy_cs.__init__ | ( | self, | |
| csh, | |||
| arch | |||
| ) |
Definition at line 443 of file __init__.py.
|
private |
Definition at line 446 of file __init__.py.
Referenced by capstone.Cs.detail().
| capstone._dummy_cs.arch |
Definition at line 445 of file __init__.py.
Referenced by test_group_name.GroupTest.run().
| capstone._dummy_cs.csh |
Definition at line 444 of file __init__.py.
Referenced by capstone.Cs.__del__(), capstone.Cs.detail(), capstone.Cs.disasm(), capstone.Cs.disasm_lite(), capstone.Cs.errno(), capstone.Cs.group_name(), capstone.Cs.imm_unsigned(), capstone.Cs.insn_name(), capstone.Cs.mnemonic_setup(), capstone.Cs.mode(), capstone.Cs.reg_name(), capstone.Cs.skipdata(), capstone.Cs.skipdata_setup(), and capstone.Cs.syntax().