View Single Post
  #2  
Old 06-03-2014, 01:38
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 283
Rept. Given: 186
Rept. Rcvd 192 Times in 79 Posts
Thanks Given: 144
Thanks Rcvd at 254 Times in 98 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
i have tested it
and it does work

just quote out the

Code:
 idaapi.load_and_run_plugin("fentanyl.py", 0)
its my patcher plugin i wanted to autoload.

One asked me why is this usefull?

Well im normally deal with PPU PowerPC files with embedded SPU files.
alot like exe and dll's.

ida dont give the option to select any debuggers at all when selecting SPU prossesor, but gives it when using PPC.
I recon there is a reason they left that out in SPU, (IBM) but anyway.
I can now select and use gdbserver to connect via WMware and debug.
So its more a help to bring them to the front, and then others can write there own stuff to connect to therye spesific targets.
Reply With Quote
The Following User Gave Reputation+1 to Storm Shadow For This Useful Post:
DMichael (06-03-2014)