pub unsafe extern "C" fn disassemble_set_syntax(
flags: dr_disasm_flags_t,
)Expand description
Sets the disassembly style and decoding options. The default is to use DR’s custom syntax, unless one of the \ref op_syntax_intel “-syntax_intel”, \ref op_syntax_att “-syntax_att”, \ref op_syntax_arm “-syntax_arm”, or \ref op_syntax_riscv “-syntax_riscv” runtime options is specified.