elf.s dissambly

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

elf.s dissambly

526 次查看
Tazio
Contributor II

Dear All,

anyone know how may I, in Codewarrior 10 / 11, disassemble a binary file? (.elf.s)

Thanks

Tazio

 

 

0 项奖励
2 回复数

509 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I suppose that you can download the *.elf to on-chip flash of DSC with CodeWarrior for MCU ver11.x, then you can display the flash contents from the flash address.

But i do not think there is a dedicated tools which can convert the binary to assembly code.

Hope it can help you

BR

XiangJun Rong

0 项奖励

518 次查看
frank_m
Senior Contributor III

I don't know the Codearrior toolchain, but objdump (part of bintools) can disassemble ELF files:
https://unix.stackexchange.com/questions/343013/how-objdump-disassemble-elf-binary

0 项奖励