Capstone Option
Sealed class representing Capstone runtime options.
Use these with CapstoneEngine.setOption to configure the disassembler.
Example:
engine.setOption(CapstoneOption.Detail(true))
engine.setOption(CapstoneOption.Syntax(Syntax.INTEL))Content copied to clipboard
Inheritors
Types
Link copied to clipboard
Change disassembly mode at runtime.
Link copied to clipboard
Enable or disable detailed instruction information.
Link copied to clipboard
Set LITBASE register value for Xtensa architecture.
Link copied to clipboard
For branch instructions, only print the offset without adding to PC.
Link copied to clipboard
Enable or disable SKIPDATA mode.
Link copied to clipboard
Set assembly syntax style (Intel, AT&T, MASM, etc.)
Link copied to clipboard
Print immediate operands in unsigned form.