|
"qstring *" | get_problem_desc ("problist_id_t" t, "ea_t" ea) |
| get_problem_desc(t, ea) -> str Get the human-friendly description of the problem, if one was provided to remember_problem.
|
|
"void" | remember_problem ("problist_id_t" type, "ea_t" ea, "char const *" msg=None) |
| remember_problem(type, ea, msg=None) Insert an address to a list of problems.
|
|
"ea_t" | get_problem ("problist_id_t" type, "ea_t" lowea) |
| get_problem(type, lowea) -> ea_t Get an address from the specified problem list.
|
|
"bool" | forget_problem ("problist_id_t" type, "ea_t" ea) |
| forget_problem(type, ea) -> bool Remove an address from a problem list
|
|
"char const *" | get_problem_name ("problist_id_t" type, "bool" longname=True) |
| get_problem_name(type, longname=True) -> char const Get problem list description.
|
|
"bool" | is_problem_present ("problist_id_t" t, "ea_t" ea) |
| is_problem_present(t, ea) -> bool Check if the specified address is present in the problem list.
|
|
"bool" | was_ida_decision ("ea_t" ea) |
| was_ida_decision(ea) -> bool
|
|