Latest available version: IDA and decompilers v8.4.240320sp1 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
Merge strlits
  if the analysis option "Create string literals if data xref exists" is set
  and the target string literal ends at the existing one (without a
  termination character), IDA will merge these strlits into one.
See also analysis options 1 analysis options 2
Index | Previous topic | Next topic