Disassembling ARM Thumb binary This is the command I use to disassebly ARM Cortex-M0/M3/M4 binaries: $ arm-none-eabi-objdump -D -b binary -marm -Mforce-thumb nuttx.bin Share this:FacebookTwitterRedditLike this:Like Loading... DicasEmbeddedNuttX
Thanks for the command line. I used to disassemble a lot in years past. I’ll give your command a try. Reply
Thanks for the command line. I used to disassemble a lot in years past. I’ll give your command a try.
Hi Celem,
Nice! Let me know if it worked for you!