Created
February 2, 2019 23:13
-
-
Save cstratton/17b69762249c772d06420bc85d15b5e8 to your computer and use it in GitHub Desktop.
Disassemble arm raw binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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