Enable EH analysis
Index
| Previous topic
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, labelSee also analysis options 1 analysis options 2