mmmh
i did made some prosses.
first set your path invirement setting proberly and add your IDA dir to PATH
copy idascript.exe to ida folder
copy idc.idc to ida\idc folder
copy idcscript.idc top ida\idc folder
copy debuggers.idc to ida folder.
open test file spu prosessor file.Open with prossecor SPU.
you see no debuggers.
thats okay now save as >>>> storm.idb
Open command prompt , remember to have putted the envireble setting correct
go to where you saved the idb file.
type
Code:
C:\ida>type debuggers.idc
you should get return
Code:
#include <idc.idc>
#include "idascript.idc"
//-----------------------------------------
static main()
{
InitUtils();
Print(("Give me the Debuggers!\n"));
auto i;
for (i=1;i<ARGV.count;i++)
Print(("ARG[%d]=%s\n", i, ARGV[i]));
Quit(0);
}
now type
Code:
C:\ida>idaq -Sdebuggers.idc storm.idb
ida should open
it could also open and then close, if it does open ida normally and choose the saved idb file you ran the command on.
There sould be a option for debuggers now
for some reason there isent remote GDB