mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
15 lines
453 B
INI
15 lines
453 B
INI
// 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
|