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_TRSP = 38 |
5: trace stack pointer (not used yet) | |
const atype_t | AU_USED = 40 |
6: reanalyze | |
const atype_t | AU_TYPE = 50 |
7: apply type information | |
const atype_t | AU_LIBF = 60 |
8: apply signature to address | |
const atype_t | AU_LBF2 = 70 |
9: the same, second pass | |
const atype_t | AU_LBF3 = 80 |
10: the same, third pass | |
const atype_t | AU_CHLB = 90 |
11: load signature file (file name is kept separately) | |
const atype_t | AU_FINAL =200 |
12: final pass | |