Struct libcapstone_sys::Builder [] [src]

pub struct Builder { /* fields omitted */ }

A utlity for configuring the Capstone engine.

Methods

impl Builder
[src]

[src]

Returns a new Builder for the given arch and mode.

[src]

Create the Capstone engine with the configured options.

[src]

Set the syntax for the engine.

[src]

Set whether detail mode should be on.

[src]

Whether data encountered in code should be skipped.

[src]

Setup configuration for skipdata. Userdata will always be a nullptr for now.

Trait Implementations

Auto Trait Implementations

impl !Send for Builder

impl !Sync for Builder