diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-12 20:01:45 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-12 20:01:45 +0200 |
commit | 924f3025f9e9bc062b80d4ca3a47d283267ba18c (patch) | |
tree | e65bbde6d7e50b76a16a83199c896db41458106d /qemu_mode/README.md | |
parent | 9690bb4b9c8c051289dd805ecafefc42eaa4083b (diff) | |
download | afl++-924f3025f9e9bc062b80d4ca3a47d283267ba18c.tar.gz |
typo
Diffstat (limited to 'qemu_mode/README.md')
-rw-r--r-- | qemu_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index 212b31cd..54fbf874 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -78,7 +78,7 @@ Note that the format of the addresses in such variables is hex. Note that the base address of PIE binaries in QEMU user is 0x4000000000. -Warning: in x86_64 parameters are passed via registers and so if the target +Warning: in x86_64 parameters are passed via registers and so the target function of persistent mode cannot make use of arguments. An option to restore the state of each GPR each iteration of the loop is planned. |