How to disassembly and decompile?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to disassembly and decompile?

2,116 Views
xianchao_gao
Contributor I

Hello,

Can I use MCUXpresso IDE to open the file in format of .bin, .app and .crc ?

Can I use MCUXpresso IDE to disassembly?

Can I use MCUXpresso IDE to decompile to C language?

Thank you very much

Labels (1)
0 Kudos
1 Reply

1,941 Views
BlackNight
NXP Employee
NXP Employee

Hi thomas,

>>Can I use MCUXpresso IDE to open the file in format of .bin, .app and .crc ?

Yes, you can open any kind of files. The IDE recognizes all the standard formats and offers you different viewers/editors based on the file extension. Just use the context menu on a file in the Project Explorer View.

I prefer to use EHEP (see 5 Best Eclipse Plugins: #4 (EHEP) | MCU on Eclipse ) for any kind of raw binary files.

The MCUXpresso IDE offerst various binary tools in a context menu too:

pastedImage_2.png

>>Can I use MCUXpresso IDE to disassembly?

Yes. See Creating Disassembly Listings with GNU Tools and Eclipse | MCU on Eclipse 

>>Can I use MCUXpresso IDE to decompile to C language?

Yes, you need to install a decompiler, e.g. RD (https://retdec.com/).

I hope this helps,

Erich

0 Kudos