diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
| commit | d9e39be4e8dd0242877412d1a17589acc825292e (patch) | |
| tree | 5a14d4bd4a4ada94cdd9fe74ab6bf557aa5e3e66 /frida_mode/MapDensity.md | |
| parent | ca7144161f900a0f5c8b76922a0102fbcc291f2c (diff) | |
| download | afl++-d9e39be4e8dd0242877412d1a17589acc825292e.tar.gz | |
Remove the word "simply"
Diffstat (limited to 'frida_mode/MapDensity.md')
| -rw-r--r-- | frida_mode/MapDensity.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/frida_mode/MapDensity.md b/frida_mode/MapDensity.md index b6a96ca0..50f2720f 100644 --- a/frida_mode/MapDensity.md +++ b/frida_mode/MapDensity.md @@ -77,13 +77,13 @@ evenly distributed. We start with a large address and need to discard a large number of the bits to generate a block ID which is within range. But how do we choose the unique bits of the address versus those which are the same for every block? The high bits of -the address may simply be all `0s` or all `1s` to make the address canonical, -the middle portion of the address may be the same for all blocks (since if they -are all within the same binary, then they will all be adjacent in memory), and -on some systems, even the low bits may have poor entropy as some use fixed -length aligned instructions. Then we need to consider that a portion of each -binary may contain the `.data` or `.bss` sections and so may not contain any -blocks of code at all. +the address may be all `0s` or all `1s` to make the address canonical, the +middle portion of the address may be the same for all blocks (since if they are +all within the same binary, then they will all be adjacent in memory), and on +some systems, even the low bits may have poor entropy as some use fixed length +aligned instructions. Then we need to consider that a portion of each binary may +contain the `.data` or `.bss` sections and so may not contain any blocks of code +at all. ### Edge IDs |
