How to disassembly and decompile?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to disassembly and decompile?

2,588件の閲覧回数
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

ラベル(1)
0 件の賞賛
返信
1 返信

2,413件の閲覧回数
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 件の賞賛
返信