IDAPython 9.0
|
Namespaces | |
namespace | ida_problems |
Functions | |
str | get_problem_desc ('problist_id_t' t, ida_idaapi.ea_t ea) |
None | remember_problem ('problist_id_t' type, ida_idaapi.ea_t ea, str msg=None) |
ida_idaapi.ea_t | get_problem ('problist_id_t' type, ida_idaapi.ea_t lowea) |
bool | forget_problem ('problist_id_t' type, ida_idaapi.ea_t ea) |
str | get_problem_name ('problist_id_t' type, bool longname=True) |
bool | is_problem_present ('problist_id_t' t, ida_idaapi.ea_t ea) |
bool | was_ida_decision (ida_idaapi.ea_t ea) |
Variables | |
cvar = _ida_problems.cvar | |
PR_NOBASE = cvar.PR_NOBASE | |
PR_NONAME = cvar.PR_NONAME | |
PR_NOFOP = cvar.PR_NOFOP | |
PR_NOCMT = cvar.PR_NOCMT | |
PR_NOXREFS = cvar.PR_NOXREFS | |
PR_JUMP = cvar.PR_JUMP | |
PR_DISASM = cvar.PR_DISASM | |
PR_HEAD = cvar.PR_HEAD | |
PR_ILLADDR = cvar.PR_ILLADDR | |
PR_MANYLINES = cvar.PR_MANYLINES | |
PR_BADSTACK = cvar.PR_BADSTACK | |
PR_ATTN = cvar.PR_ATTN | |
PR_FINAL = cvar.PR_FINAL | |
PR_ROLLED = cvar.PR_ROLLED | |
PR_COLLISION = cvar.PR_COLLISION | |
PR_DECIMP = cvar.PR_DECIMP | |
PR_END = cvar.PR_END | |