Help with converting .bin to assembly

Disassembly, Reassembly, Tools and devleopment. Going deep with Hardware and Software.
Post Reply
darkman5001
Posts: 212
Joined: Sat Dec 18, 2021 8:15 am
cars: 2004 Suburban, 2001 Tahoe, 2002 Envoy, 2006 Envoy, 2003 Lincoln LS
Location: New Jersey, USA

Help with converting .bin to assembly

Post by darkman5001 »

I have been trying to figure out how to change a bin back into assembly language. I have been playing around with IDA Pro and Visual Studios 2022 and even MCU Xpresso IDE by NXP and have not been successful. My main focus is on the P10 and the P12 PCM flash bins. Any help would be greatly appreciated.
ironduke
Posts: 579
Joined: Thu Feb 13, 2020 11:32 pm
cars: Mainly GM trucks, a Cruze and an Equinox for dailys..

Re: Help with converting .bin to assembly

Post by ironduke »

Can't really help but just making sure you saw this.. Not your ecm but should help

viewtopic.php?f=42&t=7920
User avatar
antus
Site Admin
Posts: 8237
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: Help with converting .bin to assembly

Post by antus »

P10 and P12 are effectively the same as P01/P59 for purposes of reverse engineering. Only some of the hardware addresses had to be changed to make the P01/P59 kernel run on that platform for pcmhammer. Same CPU type, instruction set though.
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
darkman5001
Posts: 212
Joined: Sat Dec 18, 2021 8:15 am
cars: 2004 Suburban, 2001 Tahoe, 2002 Envoy, 2006 Envoy, 2003 Lincoln LS
Location: New Jersey, USA

Re: Help with converting .bin to assembly

Post by darkman5001 »

ironduke wrote:Can't really help but just making sure you saw this.. Not your ecm but should help

viewtopic.php?f=42&t=7920

Thanks Ironduke. Didn't see this. Tried it and made great progress. Thanks.
Post Reply