How to disassembly and decompile?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to disassembly and decompile?

2,689 次查看
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,514 次查看
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 项奖励
回复