IDAPython 9.0
|
Classes | |
class | IDAPythonHelp |
class | IDAPythonHelpPrompter |
class | IDAPythonStdOut |
Functions | |
runscript (script) | |
print_banner () | |
Variables | |
base = sys.base_exec_prefix | |
dllspath = os.path.join(base, sys.platlibdir) | |
i = sys.path.index(base) if base in sys.path else len(sys.path) | |
IDAPYTHON_DYNLOAD_BASE = os.path.abspath(IDAPYTHON_DYNLOAD_BASE); | |
lib_dynload = os.path.join(IDAPYTHON_DYNLOAD_BASE, "python") | |
str | all_mods = "idaapi,hexrays,allins,auto,bitrange,bytes,dbg,diskio,dirtree,entry,expr,fixup,fpro,frame,funcs,gdl,graph,ida,idc,idd,idp,ieee,kernwin,libfuncs,lines,loader,moves,nalt,name,netnode,offset,pro,problems,range,registry,regfinder,search,segment,segregs,srclang,strlist,tryblks,typeinf,ua,xref,mergemod,merge,undo" |
_orig_stdout = sys.stdout; | |
_orig_stderr = sys.stderr; | |
stdout | |
stderr | |
help = IDAPythonHelp() | |
argv | |
idausr_python_list = ida_diskio.get_ida_subdirs("python") | |
userrc = os.path.join(ida_diskio.get_user_idadir(), "idapythonrc.py") | |
print_banner | ( | ) |
runscript | ( | script | ) |
Executes a script. This function is present for backward compatiblity. Please use idaapi.IDAPython_ExecScript() instead @param script: script path @return: Error string or None on success
|
protected |
|
protected |
str all_mods = "idaapi,hexrays,allins,auto,bitrange,bytes,dbg,diskio,dirtree,entry,expr,fixup,fpro,frame,funcs,gdl,graph,ida,idc,idd,idp,ieee,kernwin,libfuncs,lines,loader,moves,nalt,name,netnode,offset,pro,problems,range,registry,regfinder,search,segment,segregs,srclang,strlist,tryblks,typeinf,ua,xref,mergemod,merge,undo" |
argv |
base = sys.base_exec_prefix |
dllspath = os.path.join(base, sys.platlibdir) |
help = IDAPythonHelp() |
IDAPYTHON_DYNLOAD_BASE = os.path.abspath(IDAPYTHON_DYNLOAD_BASE); |
idausr_python_list = ida_diskio.get_ida_subdirs("python") |
lib_dynload = os.path.join(IDAPYTHON_DYNLOAD_BASE, "python") |
stderr |
stdout |
userrc = os.path.join(ida_diskio.get_user_idadir(), "idapythonrc.py") |