So everyone keeps talking about PPC and I don't know what it is. I know that there are multiple terms for PPC, but I know this one is related to a program called Ida or something like that. So please, what does PPC stand for? What does it mean/do? Where can I learn about it?

link|improve this question

60% accept rate
Are you referring to the PowerPC architecture (sometimes shortened to PPC)? en.wikipedia.org/wiki/PowerPC – Justin Niessner Apr 19 '11 at 17:06
1  
you need a context to know what an abbreviation means, you give none. – Jarrod Roberson Apr 19 '11 at 17:10
And what is Ida? – BoltClock Apr 19 '11 at 17:18
feedback

closed as off topic by Wooble, Mat, Jarrod Roberson, Brad Larson, dmckee Apr 20 '11 at 2:31

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

Given the Google results for 'Ida PPC', I assume what you're looking for is the PowerPC architecture.

link|improve this answer
Its somehow related to Xboxes, and bring these hacked jtag xboxes online... – Jacob Apr 19 '11 at 17:14
1  
Then yes, it's PowerPC. It's the processor used in the Xbox, Wii, PS3, and old Macs. – Wooble Apr 19 '11 at 17:16
feedback

IDA, most likely, stands for IDA Pro - a very good piece of disassembler software. PPC, in this context, stands for the PowerPC processor architecture. That's one of the architectures that IDA Pro supports, along with Intel, ARM and many others.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.