MPC561 - bin decompiler

Disassembly, Reassembly, Tools and devleopment. Going deep with Hardware and Software.
Post Reply
goodie
Posts: 2
Joined: Mon Mar 05, 2018 11:38 am

MPC561 - bin decompiler

Post by goodie »

Hi guys, I am new here.
I am working on a project for my college paper, any how I have a bin file (actually 2 of them) from MPC561 and I need it decompiled.
There is a plug in for IDAPro called PPC Decompiler but it is too expensive. Is there any one who has access to this decompiler & can help somehow.

THANK YOU!
User avatar
antus
Site Admin
Posts: 8229
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: MPC561 - bin decompiler

Post by antus »

try disassembler, decompiler is another thing and much more difficult with average results at best. The best product is IDA Pro, but its $expensive and they also wont sell to everyone. If its needed for college maybe they can provide it? If you find IDA you'll need a reasonably recent version, we found that it hasnt been around for ever. viewtopic.php?f=26&t=4473&p=60543#p60543
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
goodie
Posts: 2
Joined: Mon Mar 05, 2018 11:38 am

Re: MPC561 - bin decompiler

Post by goodie »

The reason I need decompiler, is because I am trying to find some Seed/Responce routines, and with decompiler the code will become smaller & easier to read.
Is there anyone on from who might have access to IDAPro's decompiler?
User avatar
antus
Site Admin
Posts: 8229
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: MPC561 - bin decompiler

Post by antus »

https://retdec.com ?

Most pcms have their specific seed and key staticly entered and dont have the algo. But you havnt told us your target or supplied a sample.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
chriva
Posts: 4
Joined: Thu Sep 13, 2018 3:35 pm
Location: Sweden
Contact:

Re: MPC561 - bin decompiler

Post by chriva »

IDA is pretty much your only option.
You could perhaps use disassembler.io but it lacks many features.
Unless you're exceptionally gifted you'd need every ounce of help you could get from the disassembler.


Been working on edc16c9/39 for 6 months now and I still haven't cracked much more than a bunch of checksum algorithms. ppc is a b*tch. :)
Post Reply