Skip to content

Commit

Permalink
ji# Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 31, 2024
1 parent d63a0e1 commit 21c1ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r2fwrev/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ So now we can update our script to use `r2 -m 0x80000000` and set a flag in the

Flash dumps usually contain more than just code, the memory layout may differ depending on the device and we can find different setups for the MMU depending on the time of execution.

Most of the time the code will run in *real* mode, which means that there are no memory protections or isolated executions of different programs. So we can assume the following blocks to be mapped in memory:
Most of the time the code will run in real mode, which means that there are no memory protections or isolated executions of different programs. So we can assume the following blocks to be mapped in memory:

* Flash at address zero
* RAM memory (used for stack and heap)
Expand Down

0 comments on commit 21c1ec4

Please sign in to comment.