Source: https://hex-rays.com/blog/igors-tip-of-the-week-33-idas-user-directory-idausr/
- On Windows:
%APPDATA%/Hex-Rays/IDA Pro
- On Linux and Mac:
$HOME/.idapro
NB: Multiple entries are allowed, separated by
;
on Windows and:
on Linux/Mac.
- Cache files (ignored):
proccache.lst
andproccache64.lst
trusted_i64_list.bin
andtrusted_idb_list.bin
ida.reg
(not on Windows)idapythonrc.py
will be parsed after IDAPython initializationshortcuts.cfg
ida.cfg
hexrays.cfg
c
- The basename is relevant for the plugin (i.e. extension stripped)
- Native extensions take precedence over
.idc
and.py
ones
$IDAUSR/ids/<platform-name>
$IDAUSR/loaders
$IDAUSR/procs
$IDAUSR/sig/<arch>
$IDAUSR/themes
$IDAUSR/til/<arch>
Command line option -zFC
should help to see the files/folders and order in which they get searched.