-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support analysis of bare metal binaries (#203)
- Loading branch information
Showing
8 changed files
with
256 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
0.6-dev | ||
==== | ||
|
||
- Add support for analysis of bare-metal binaries (PR #203) | ||
|
||
0.5 (2021-07) | ||
==== | ||
|
||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"_comment": "The CPU architecture of the chip. Valid values are those that Ghidra accepts as processor IDs.", | ||
"processor_id": "ARM:LE:32:v8", | ||
"_comment_1": "The base address, where the contents of the binary would be mapped on the chip, as a hexadecimal number.", | ||
"flash_base_address": "0x08000000", | ||
"_comment_2": "The base address, of the RAM memory region as a hexadecimal number.", | ||
"ram_base_address": "0x20000000", | ||
"_comment_3": "The size of the RAM memory region (in bytes) as a hexadecimal number.", | ||
"ram_size": "0x00030000" | ||
} |
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
Oops, something went wrong.