Skip to content

Instantly share code, notes, and snippets.

@cstratton
Created February 2, 2019 23:13
Show Gist options
  • Save cstratton/17b69762249c772d06420bc85d15b5e8 to your computer and use it in GitHub Desktop.
Save cstratton/17b69762249c772d06420bc85d15b5e8 to your computer and use it in GitHub Desktop.
Disassemble arm raw binary
arm-none-eabi-objdump -d -marm -Mforce-thumb --adjust-vma=0x8000000 -b binary _infile_ etc
it would be 0x18000 for an nrf51 after softdevice, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment