| 
    IDA SDK
    
   | 
 
Names and priorities of the analyzer queues.
Variables | |
| const atype_t | AU_NONE = 00 | 
| placeholder, not used  | |
| const atype_t | AU_UNK = 10 | 
| 0: convert to unexplored  | |
| const atype_t | AU_CODE = 20 | 
| 1: convert to instruction  | |
| const atype_t | AU_WEAK = 25 | 
| 2: convert to instruction (ida decision)  | |
| const atype_t | AU_PROC = 30 | 
| 3: convert to procedure start  | |
| const atype_t | AU_TAIL = 35 | 
| 4: add a procedure tail  | |
| const atype_t | AU_FCHUNK =38 | 
| 5: find func chunks  | |
| const atype_t | AU_USED = 40 | 
| 6: reanalyze  | |
| const atype_t | AU_USD2 = 45 | 
| 7: reanalyze, second pass  | |
| const atype_t | AU_TYPE = 50 | 
| 8: apply type information  | |
| const atype_t | AU_LIBF = 60 | 
| 9: apply signature to address  | |
| const atype_t | AU_LBF2 = 70 | 
| 10: the same, second pass  | |
| const atype_t | AU_LBF3 = 80 | 
| 11: the same, third pass  | |
| const atype_t | AU_CHLB = 90 | 
| 12: load signature file (file name is kept separately)  | |
| const atype_t | AU_FINAL =200 | 
| 13: final pass  | |