(adsbygoogle = window.adsbygoogle || []).push({});
The default processor module for PPC in IDA Pro assigns R26-31 as segment registers. I need a module that does not assign the segment registers so disassembly of memory dumps do not assume values for those registers. I could make one myself if I had the source to the PPC module but it was not included in the 6.5 SDK.
So my question is, does anyone know which IDA SDK includes the PPC processor module source or has someone has made one without segment registers defined to actual registers?