Creates an architecture-specific instance with a given mode of interpretation
Defines a custom mnemonic for a specified instruction id
The architecture this Capstone instance is set up for
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
Class template that encapsulates an architecture-specific instance of the Capstone dissassembly engine
Note that all architecture-specific instances, like CapstoneX86, instantiate and derive from this one.