Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
idapro / opt / ida90 / libexec / idapro / cfg / idapython.cfg
Size: Mime:
// Alert before loading automatic scripts found in current directory
// swig_runtime_dataN, sitecustomize and usercustomize
ALERT_AUTO_SCRIPTS = YES

// Remove current directory from import search path
REMOVE_CWD_SYS_PATH = YES

// Script timeout (in seconds)
// (A value of 0 disables the timeout)
SCRIPT_TIMEOUT = 3

// Should the plugin automatically load a backward-compatibility-providing
// 'idaapi' wrapper module?
AUTOIMPORT_COMPAT_IDAAPI = YES

// Is IDAPython namespace-aware?
// If yes, then plugins, loaders & processor modules will each be loaded
// within their own namespace, preventing namespace pollution.
NAMESPACE_AWARE = YES

// Should results be printed by 'sys.displayhook'?
REPL_USE_SYS_DISPLAYHOOK = YES

// Should directories derived from $IDAUSR (e.g., ~/.idapro/python) be added to sys.path?
IDAPYTHON_IDAUSR_SYSPATH = YES