cs_group_name

Return friendly name of a group id (that an instruction can belong to) Find the group id from header file of corresponding architecture (arm.h for ARM, x86.h for X86, ...)

WARN: when in 'diet' mode, this API is irrelevant because the engine does not store group name.

@handle: handle returned by cs_open() @group_id: group id

@return: string name of the group, or NULL if @group_id is invalid.

extern (C)
const(char)*
cs_group_name
(
csh handle
,
)

Meta