mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-28 03:54:18 +01:00
Added example user init script
This commit is contained in:
parent
f703a5fb3c
commit
419a08135a
15
examples/idapythonrc.py
Normal file
15
examples/idapythonrc.py
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#---------------------------------------------------------------------
|
||||||
|
# Example user initialisation script: idapythonrc.py
|
||||||
|
#
|
||||||
|
# Place this script to ~/.idapro/ or to
|
||||||
|
# C:\Documents and Settings\%USER%\Application Data\Hex-Rays\IDA Pro
|
||||||
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Add your favourite script to ScriptBox for easy access
|
||||||
|
# scriptbox.addscript("/here/is/my/favourite/script.py")
|
||||||
|
|
||||||
|
# Uncomment if you want to set Python as default interpreter in IDA
|
||||||
|
# idaapi.enable_extlang_python(True)
|
||||||
|
|
||||||
|
# Disable the Python from interactive command-line
|
||||||
|
# idaapi.enable_python_cli(False)
|
Loading…
Reference in New Issue
Block a user