IDA C++ SDK 9.2
|
Used by processor_t::flag. More...
Variables | |
const problist_id_t | PR_NOBASE = 1 |
Can't find offset base. | |
const problist_id_t | PR_NONAME = 2 |
Can't find name. | |
const problist_id_t | PR_NOFOP = 3 |
Can't find forced op (not used anymore) | |
const problist_id_t | PR_NOCMT = 4 |
Can't find comment (not used anymore) | |
const problist_id_t | PR_NOXREFS = 5 |
Can't find references. | |
const problist_id_t | PR_JUMP = 6 |
Jump by table !!!! ignored. | |
const problist_id_t | PR_DISASM = 7 |
Can't disasm. | |
const problist_id_t | PR_HEAD = 8 |
Already head. | |
const problist_id_t | PR_ILLADDR = 9 |
Exec flows beyond limits. | |
const problist_id_t | PR_MANYLINES = 10 |
Too many lines. | |
const problist_id_t | PR_BADSTACK = 11 |
Failed to trace the value of the stack pointer. | |
const problist_id_t | PR_ATTN = 12 |
Attention! Probably erroneous situation. | |
const problist_id_t | PR_FINAL = 13 |
Decision to convert to instruction/data is made by IDA. | |
const problist_id_t | PR_ROLLED = 14 |
The decision made by IDA was wrong and rolled back. | |
const problist_id_t | PR_COLLISION = 15 |
FLAIR collision: the function with the given name already exists. | |
const problist_id_t | PR_DECIMP = 16 |
FLAIR match indecision: the patterns matched, but not the function(s) being referenced. | |
const problist_id_t | PR_END = 17 |
Number of problem types. |
Used by processor_t::flag.
const problist_id_t PR_NOBASE = 1 |
Can't find offset base.
const problist_id_t PR_NONAME = 2 |
Can't find name.
const problist_id_t PR_NOFOP = 3 |
Can't find forced op (not used anymore)
const problist_id_t PR_NOCMT = 4 |
Can't find comment (not used anymore)
const problist_id_t PR_NOXREFS = 5 |
Can't find references.
const problist_id_t PR_JUMP = 6 |
Jump by table !!!! ignored.
const problist_id_t PR_DISASM = 7 |
Can't disasm.
const problist_id_t PR_HEAD = 8 |
Already head.
const problist_id_t PR_ILLADDR = 9 |
Exec flows beyond limits.
const problist_id_t PR_MANYLINES = 10 |
Too many lines.
const problist_id_t PR_BADSTACK = 11 |
Failed to trace the value of the stack pointer.
const problist_id_t PR_ATTN = 12 |
Attention! Probably erroneous situation.
const problist_id_t PR_FINAL = 13 |
Decision to convert to instruction/data is made by IDA.
const problist_id_t PR_ROLLED = 14 |
The decision made by IDA was wrong and rolled back.
const problist_id_t PR_COLLISION = 15 |
FLAIR collision: the function with the given name already exists.
const problist_id_t PR_DECIMP = 16 |
FLAIR match indecision: the patterns matched, but not the function(s) being referenced.
const problist_id_t PR_END = 17 |
Number of problem types.