CapstoneImpl.instrName

Determines friendly name of an instruction

When in diet mode, this API is irrelevant because engine does not store instruction names Param: instrId = Instruction id

class CapstoneImpl(Arch archParam)
const
string
instrName
(
InstructionId!archParam instrId
)

Return Value

Type: string

Friendly string representation of the instruction's name

Meta