about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorSergej Schumilo <sergej@schumilo.de>2023-08-03 14:40:10 +0200
committerSergej Schumilo <sergej@schumilo.de>2023-08-03 14:40:10 +0200
commit8f31086a7fa1d7ef9d4dc416f238a10dd140e2d3 (patch)
treec017e2385efb966b3d35981e348ead0e96c7d3ba /include/envs.h
parent641c551ba05bcd602bd351cb705b14cd652e0dda (diff)
downloadafl++-8f31086a7fa1d7ef9d4dc416f238a10dd140e2d3.tar.gz
make nyx aux buffer size configurable
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index edfd06e4..0ef331ae 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -189,6 +189,7 @@ static char *afl_environment_variables[] = {
     "AFL_MAX_DET_EXTRAS",
     "AFL_NO_X86",  // not really an env but we dont want to warn on it
     "AFL_NOOPT",
+    "AFL_NYX_AUX_SIZE",
     "AFL_PASSTHROUGH",
     "AFL_PATH",
     "AFL_PERFORMANCE_FILE",