Advertisement
BaSs_HaXoR

deci3dbg for PS3 and IDA

Dec 7th, 2014
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Something sweet I ran across...
  2.  
  3. PS3 dev oct0xor has released deci3dbg, which is a Ida Pro debugger module for PlayStation 3, here is a quote from his blog:
  4.  
  5. deci3dbg - Ida Pro debugger module for Playstation 3
  6. Whoever used to debug on Playstation 3 knows that there is only one debugger available - SN Systems ProDG. It has some nice features (that I even miss in others debuggers) but overall... its not that good. There also was a gdb client but it was pulled around 1.xx sdk (specification changed, there is no more step cmd, etc). So after some time that I spent with ProDG I realized that it just dont works for me and decided to get host debugger to communicate with Ida. It would have allowed me to use all those nice features like scripts, plugins, tracing, leaving comments in place, interface and hotkeys to which I am used to over the years.
  7.  
  8. Okay, I hear that someone of you is asking why I did Ida module and not some kind of gdb proxy instead, and reasons are simple:
  9.  
  10. I already have experience of making gdb proxys and hosts, but not had experience of making Ida debugger modules (actually not much who did this)
  11. Ida's gdb client is not open source
  12. ppc gdb stub is buggy in 6.1. I do own the latest build of Ida Pro, but lets be honest here, most dont. So I was making this code around 6.1 version of Ida. Do not need to mention that Ida Pro 6.5 is backward compatible with 6.1, and even debugger module compiled with idasdk61 would work just fine (much better) with 6.5....
  13.  
  14. Continue Reading here: http://www.ps3hax.net/2014/05/released-deci3dbg-by-oct0xor/
  15. and here: http://oct0xor.github.io/2014/05/30/deci3dbg/
  16. //Credits: oct0xor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement