elf.s dissambly

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

elf.s dissambly

840件の閲覧回数
Tazio
Contributor II

Dear All,

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

Thanks

Tazio

 

 

0 件の賞賛
返信
2 返答(返信)

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

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