My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
UsageInstructions  
Updated Nov 11, 2010 by elias.ba...@gmail.com

Usage Instructions

Runtime Hotkeys

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

Key Function
Alt-F7 Run script
Ctrl-F3 Execute Python statement(s)
Alt-F9 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

or

-Syourscript.py

or

-S"yourscript.py arg1 arg2 arg3"

Also check http://www.hexblog.com/?p=128

Comment by whelee@gmail.com, Nov 11, 2010

doesnt work on windows vista?

Comment by project member elias.ba...@gmail.com, Nov 11, 2010

This page was outdated and now we updated it, thanks for pointing this out.

Comment by mark.ei...@gmail.com, Mar 14, 2011

The Run script command doesn't work on OS X because this particular command globally focuses the first entry in the Dock.

Comment by theh...@gmail.com, Jun 21, 2011

I tried a million variations and could not find any way to successfully pass any arguments to the python script in Windows 7. My script path has spaces in it, so I'm not sure if that's part of the problem. How can it know if a space is part of the script path or delimiting between arguments.

Anyways, I just gave up and passed data in through environment variables instead.


Sign in to add a comment
Powered by Google Project Hosting