Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | ERROR_STATE 0 |
#define | ERROR_COST_PER_RECOVERY 500 |
#define | ERROR_COST_PER_MISSING_TREE 110 |
#define | ERROR_COST_PER_SKIPPED_TREE 100 |
#define | ERROR_COST_PER_SKIPPED_LINE 30 |
#define | ERROR_COST_PER_SKIPPED_CHAR 1 |
#define ERROR_COST_PER_MISSING_TREE 110 |
Definition at line 6 of file error_costs.h.
#define ERROR_COST_PER_RECOVERY 500 |
Definition at line 5 of file error_costs.h.
#define ERROR_COST_PER_SKIPPED_CHAR 1 |
Definition at line 9 of file error_costs.h.
#define ERROR_COST_PER_SKIPPED_LINE 30 |
Definition at line 8 of file error_costs.h.
#define ERROR_COST_PER_SKIPPED_TREE 100 |
Definition at line 7 of file error_costs.h.
#define ERROR_STATE 0 |
Definition at line 4 of file error_costs.h.