What's new? | Help | Directory | Sign in
Google
  
  
  
  
    
Search
for
Updated Feb 26, 2008 by gergely.erdelyi
UsageInstructions  

Usage Instructions

Runtime Hotkeys

When IDA Pro is running the IDAPython plugin responds to the following hotkeys:

Key Function
Alt-9 Run script
Alt-8 Execute Python statement(s)
Alt-7 Run previously executed script again

Batch mode execution

Running scripts in batch mode for automated processing is done by starting IDA Pro with the following command line options:

 -A -OIDAPython:yourscript.py file_to_work_on.bin


Sign in to add a comment