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

Method group_name

bindings/python/capstone/__init__.py:1155–1160  ·  view source on GitHub ↗
(self, group_id, default=None)

Source from the content-addressed store, hash-verified

1153
1154 # get the group name
1155 def group_name(self, group_id, default=None):
1156 if self._diet:
1157 # Diet engine cannot provide group name
1158 raise CsError(CS_ERR_DIET)
1159
1160 return _ascii_name_or_default(_cs.cs_group_name(self.csh, group_id), default)
1161
1162 # Disassemble binary & return disassembled instructions in CsInsn objects
1163 def disasm(self, code, offset, count=0):

Callers 7

runMethod · 0.95
cs_group_nameFunction · 0.45
print_insn_detailFunction · 0.45
print_insn_detailFunction · 0.45
test_classFunction · 0.45
print_detailFunction · 0.45
print_insn_detailFunction · 0.45

Calls 3

CsErrorClass · 0.85
_ascii_name_or_defaultFunction · 0.85
cs_group_nameMethod · 0.80

Tested by 6

runMethod · 0.76
print_insn_detailFunction · 0.36
print_insn_detailFunction · 0.36
test_classFunction · 0.36
print_detailFunction · 0.36
print_insn_detailFunction · 0.36