>Hex-Rays IDA Pro Page

Help index | Search

Analysis options

 Action    name: SetAuto
 
This command allows you to disable and enable the autoanalysis and its indicator.

Usually, the auto analysis is enabled. Disable it if you are sure that it will help you.

Here you may setup various kernel analysis options 1 and options 2. If the current processor has options, there will be a button to change processor-specific options too.

Under OS/2 you can specify priority for IDA. It has effect only for the current session. You can change the default priority in the Configuration file. Please do not set the "time critical" priority unless you know what you are doing. Your system will not react to any external events.

The analysis indicator is located in the upper right corner of the screen. Possible values of this indicator are presented below:

 "          " empty indicator means that the indicator is turned off.
 AU:  idle    Autoanalysis is finished.
 AU:disabled  Autoanalysis is disabled.
 FL:<address> execution flow is being traced
 PR:<address> a function is being created
 TL:<address> a function tail is being created
 SP:<address> the stack pointer is being traced
 AC:<address> the address is being analyzed
 LL:<number>  a signature file is being loaded
 L1:<address> the first pass of FLIRT
 L2:<address> the second pass of FLIRT
 L3:<address> the third pass of FLIRT
 TP:<address> type information is being applied
 FI:<address> the final pass of autoanalysis
 ??:<address> the address becomes unexplored
  @:<number>  indication of various activity

See also Options submenu. auto analysis explanation.
Index | Previous topic | Next topic