|
Disassemble VxWorks (WindRiver) ELF Binaries?
Can anyone tell me or point me towards the documentation that explains how to disassemble a VxWorks (WindRiver) ELF binary?
I'm able to get an GNU objdump-esque memory map by clicking on binaries that have been built, but when I choose the disassembly option, I get a blank screen.
I do not want to interactively disassemble the binary on the target, but only check on the location of a specific (fatal) exception in application code.
|