Page 1 of 1

Help with converting .bin to assembly

Posted: Wed Aug 03, 2022 10:16 pm
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.

Re: Help with converting .bin to assembly

Posted: Wed Aug 03, 2022 10:33 pm
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

Re: Help with converting .bin to assembly

Posted: Thu Aug 04, 2022 12:58 pm
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.

Re: Help with converting .bin to assembly

Posted: Sat Aug 06, 2022 1:52 pm
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.