elf.s dissambly

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

elf.s dissambly

510 Views
Tazio
Contributor II

Dear All,

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

Thanks

Tazio

 

 

0 Kudos
2 Replies

493 Views
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 Kudos

502 Views
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 Kudos