diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-09 11:31:34 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-09 11:31:34 +0100 |
commit | a86f740995ffe7c2a456390403d1c78df42d9dcd (patch) | |
tree | 70251451db057e7c91bd321cfed1475af74e1c59 | |
parent | d84cd978d452fc8ab723aadd30e3db9e33bd7709 (diff) | |
download | afl++-a86f740995ffe7c2a456390403d1c78df42d9dcd.tar.gz |
typo
-rw-r--r-- | qemu_mode/README.persistent.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/README.persistent.md b/qemu_mode/README.persistent.md index e4ac5cee..6948c316 100644 --- a/qemu_mode/README.persistent.md +++ b/qemu_mode/README.persistent.md @@ -60,7 +60,7 @@ Now to get this value right here some help: 2. set a breakpoint to the function in which START is contained 3. set a breakpoint to your START address 4. "run" the target with a valid commandline -5. at the first breakpoint print the ESP value with `p $esp` and take not of it +5. at the first breakpoint print the ESP value with `p $esp` and take note of it 6. "continue" the target until the second breakpoint 7. again print the ESP value 8. calculate the difference between the two values - and this is the offset |