create

Creates a Capstone instance for disassembling code of a specific architecture

Parameters

arch
Type: Arch

The architecture to interpret the bytestream for

modeFlags
Type: ModeFlags

The mode of interpretation

Examples

auto cs = create(Arch.x86, ModeFlags(Mode.bit32));

Meta