Hi,
I am trying to run a batchmode version of a plugin(analIDA), and wondering how I could pass a string parameter (parameter is full path to a file). Typically, in manual mode, when analIDA is invoked, it brings up a 'brower' UI to locate a file. I am wondering if there is any way I can get around this in batch mode. I tried the following but it didn't work.
>idag -SRunAnalIDA.idc -ORunAnalIDA:c:\my.db
RunAnalIDA:
#include <idc.idc>
static main()
{
RunPlugin( "AnalIDA", 1);
}
Note, even though the plugin is open source, I cannot modify it.
Thanks.







