ChangeMode

data class ChangeMode(val newMode: BitField<Mode>) : CapstoneOption(source)

Change disassembly mode at runtime.

Allows switching between modes (e.g., ARM/Thumb) without reopening the engine.

Constructors

Link copied to clipboard
constructor(newMode: BitField<Mode>)

Properties

Link copied to clipboard