diff options
author | Sergej Schumilo <sergej@schumilo.de> | 2023-08-04 11:54:58 +0200 |
---|---|---|
committer | Sergej Schumilo <sergej@schumilo.de> | 2023-08-04 11:54:58 +0200 |
commit | 1fd1f0d8ce0db7e5ccee4462c85c264dcfca328d (patch) | |
tree | ce90929038b2795dc08573d38faa3f4bad2e0c5a | |
parent | 4f3aa90a5f2b8bb53f2e1de964d54ec7f9be0578 (diff) | |
download | afl++-1fd1f0d8ce0db7e5ccee4462c85c264dcfca328d.tar.gz |
fix typo in nyx_mode/README.md
-rw-r--r-- | nyx_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nyx_mode/README.md b/nyx_mode/README.md index 605bc103..0565331b 100644 --- a/nyx_mode/README.md +++ b/nyx_mode/README.md @@ -331,7 +331,7 @@ the header (1408 bytes) and the remaining bytes can be used to transfer crash reports (also the `hprintf` feature utilizes the very same shared memory for transferring data). By default a crash report will be truncated to 2688 bytes. However, if you want to increase the size of the shared memory region, you can -set the `NYX_AUX_BUFFER_SIZE` environment variable to a higher value (keep in +set the `AFL_NYX_AUX_SIZE` environment variable to a higher value (keep in mind that this value must be a multiple of 4096). ### Run AFL++Nyx with a custom agent |