CapstoneImpl.groupName

Determines friendly name of a group id (that an instruction can belong to)

When in diet mode, this API is irrelevant because engine does not store group names Param: groupId = Group id

class CapstoneImpl(Arch archParam)
const
string
groupName
(
InstructionGroup!archParam groupId
)

Return Value

Type: string

Friendly string representation of the group's name, or null if groupId is invalid

Meta