mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
11 lines
314 B
INI
11 lines
314 B
INI
// Alert before loading automatic scripts found in current directory
|
|
// swig_runtime_dataN, sitecustomize and usercustomize
|
|
ALERT_AUTO_SCRIPTS = 1
|
|
|
|
// Remove current directory from import search path
|
|
REMOVE_CWD_SYS_PATH = 1
|
|
|
|
// Script timeout (in seconds)
|
|
// (A value of 0 disables the timeout)
|
|
SCRIPT_TIMEOUT = 3
|