Capstone Documentation Beta

Structure Mode

public struct Mode: OptionSet

Mode type

Used to set modes when creating an instance of Capstone.

%3 Mode Mode OptionSet OptionSet Mode->OptionSet

Nested Types

Mode.endian

Endianness modes

Mode.bits

Bitness modes

Mode.arm

ARM modes

Mode.mips

MIPS modes

Mode.sparc

SPARC modes

Mode.ppc

PowerPC modes

Mode.m68k

M68K modes

Mode.m680x

M680X modes

Mode.mos65xx

Conforms To

OptionSet

Initializers

init(raw​Value:​)

public init(rawValue: UInt32)

Properties

raw​Value

var rawValue: UInt32