diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-07-19 01:13:14 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-07-19 01:13:14 +0200 |
commit | 8dc326e1f1e638fd4802843217e8af1541e49887 (patch) | |
tree | e3c7d7e1d2e1b0d61d71edbe0d50898702c6e2e9 | |
parent | 81dd1aea8251ef3e23ac5f81cda4b6785b655fd0 (diff) | |
download | afl++-8dc326e1f1e638fd4802843217e8af1541e49887.tar.gz |
env variables update
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | docs/env_variables.txt | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 70acb8da..b3498329 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.o .gitignore afl-analyze afl-as diff --git a/docs/env_variables.txt b/docs/env_variables.txt index 338df36f..1d035c68 100644 --- a/docs/env_variables.txt +++ b/docs/env_variables.txt @@ -243,6 +243,10 @@ The QEMU wrapper used to instrument binary-only code supports several settings: - Setting AFL_INST_LIBS causes the translator to also instrument the code inside any dynamically linked libraries (notably including glibc). + + - Setting AFL_QEMU_COMPCOV enables the CompareCoverage tracing of all + cmp and sub in x86 and x86_64. Support for other architectures and + comparison functions (mem/strcmp et al.) is planned. - The underlying QEMU binary will recognize any standard "user space emulation" variables (e.g., QEMU_STACK_SIZE), but there should be no |