Editing IDA pro disassembler and debugger
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 128: | Line 128: | ||
= deci3dbg - Ida Pro debugger module for Playstation 3 = | = deci3dbg - Ida Pro debugger module for Playstation 3 = | ||
Source: http://oct0xor.github.io/2014/05/30/deci3dbg/ | Source: http://oct0xor.github.io/2014/05/30/deci3dbg/ | ||
Line 138: | Line 137: | ||
* Ida's gdb client is not open source | * Ida's gdb client is not open source | ||
* ppc 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 this 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. | * ppc 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 this 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. | ||
deci3dbg screenshot | |||
So I did it and it works pretty well. Was testing it for months, catching bugs. At the last time fixed some remaining bugs around half year ago, so it should be much better, but not used it much since then. | So I did it and it works pretty well. Was testing it for months, catching bugs. At the last time fixed some remaining bugs around half year ago, so it should be much better, but not used it much since then. |