Latest available version: IDA and decompilers v8.2.230124sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Enable EH analysis
  If this option is set on, IDA uses EH information of the binary for
  more detailed analysis.
Enable RTTI analysis
  If this option is set on, IDA tries to detect C++ Run-Time Type
  Indentification and does additional analysis based on this information.
Enable macros
  This option is disabled if the processor module does not support macros.
  If this option is on, IDA will combine several instructions into one macro
  instruction.
  For example for the ARM processor,
      ADRP Rx, label@PAGE
      ADD  Rx, Rx, label@PAGEOFF
  will be replaced by
      ADRL Rx, label
See also analysis options 1 analysis options 2
Index | Previous topic