Creates an architecture-specific instance with a given mode of interpretation
Determines friendly name of a group id (that an instruction can belong to)
Determines friendly name of an instruction
Determines friendly name of a register
Creates a Capstone instance for disassembling code of a specific architecture
Gets the mode of interpretation
Sets the mode of interpretation
Gets the disassembly syntax variant
Sets the disassembly syntax variant
Indicates whether instructions will be disassembled in detail
Sets whether instructions will be disassembled in detail
Indicates whether SKIPDATA mode of operation is in use
Sets whether to use SKIPDATA mode of operation
Customises behaviour in SKIPDATA mode of operation
Disassemble binary code, given the code buffer, start address and number of instructions to be decoded
Provides a range to iteratively disassemble binary code - one instruction at a time
Encapsulates an architecture-specific instance of the Capstone dissassembly engine
Note that, in contrast to the base class, the architecture is chosen at compile-time.