IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Autoanalysis queues

Names and priorities of the analyzer queues. More...

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

Detailed Description

Names and priorities of the analyzer queues.

Variable Documentation

◆ AU_NONE

const atype_t AU_NONE = 00

placeholder, not used

◆ AU_UNK

const atype_t AU_UNK = 10

0: convert to unexplored

◆ AU_CODE

const atype_t AU_CODE = 20

1: convert to instruction

◆ AU_WEAK

const atype_t AU_WEAK = 25

2: convert to instruction (ida decision)

◆ AU_PROC

const atype_t AU_PROC = 30

3: convert to procedure start

◆ AU_TAIL

const atype_t AU_TAIL = 35

4: add a procedure tail

◆ AU_FCHUNK

const atype_t AU_FCHUNK =38

5: find func chunks

◆ AU_USED

const atype_t AU_USED = 40

6: reanalyze

◆ AU_USD2

const atype_t AU_USD2 = 45

7: reanalyze, second pass

◆ AU_TYPE

const atype_t AU_TYPE = 50

8: apply type information

◆ AU_LIBF

const atype_t AU_LIBF = 60

9: apply signature to address

◆ AU_LBF2

const atype_t AU_LBF2 = 70

10: the same, second pass

◆ AU_LBF3

const atype_t AU_LBF3 = 80

11: the same, third pass

◆ AU_CHLB

const atype_t AU_CHLB = 90

12: load signature file (file name is kept separately)

◆ AU_FINAL

const atype_t AU_FINAL =200

13: final pass