idapythonrc

summary: code to be run right after IDAPython initialization

description:

The idapythonrc.py file:

  • %APPDATA%Hex-RaysIDA Proidapythonrc.py (on Windows)

  • ~/.idapro/idapythonrc.py (on Linux & Mac)

can contain any IDAPython code that will be run as soon as IDAPython is done successfully initializing.

level: beginner