ErrorCase Type
Represents common error cases found in B2R2.
Record fields
| Record Field |
Description
|
|
Encountered fatal error while recovering CFG.
|
|
Encountered an instruction address at the middle of an existing instruction while parsing binaries.
|
|
Invalid expression is evaluated.
|
|
Invalid format.
|
|
Invalid function address is encountered during a CFG analysis.
|
|
Invalid access to memory.
|
|
Invalid opcode has been used.
|
|
Invalid use of operand has been encountered.
|
|
Invalid operand size has been used.
|
|
Invalid register has been used.
|
|
Item does not exist.
|
|
Encountered a not executable address while parsing binaries.
|
|
The IR is not implemented yet.
|
|
Failed to parse instruction(s), or encoded data.
|
|
Symbol does not exist.
|
|
Encountered unexpected error.
|
|
Encountered register expression that is not yet handled.
|
B2R2