Skip to content

Commit eee4be9

Browse files
Merge pull request AFLplusplus#2279 from jschwartzentruber/upd-filter-docs
update dynamic covfilter readme
2 parents 82b0cf0 + 5fe21c3 commit eee4be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/dynamic_covfilter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Once you have built AFL++, you can choose out of two approaches:
1616

1717
## Simple Selection with `AFL_PC_FILTER`
1818

19-
This approach requires a build with `AFL_INSTRUMENTATION=llvmnative` or
19+
This approach requires a build with `AFL_LLVM_INSTRUMENT=llvmnative` or
2020
`llvmcodecov` as well as an AddressSanitizer build with debug information.
2121

2222
By setting the environment variable `AFL_PC_FILTER` to a string, the runtime
@@ -52,7 +52,7 @@ PC. It also works well with Nyx, where symbolizing is usually disabled for the
5252
target process to avoid delays with frequent crashes.
5353

5454
Similar to the previous method, This approach requires a build with
55-
`AFL_INSTRUMENTATION=llvmnative` or `llvmcodecov` as well debug information.
55+
`AFL_LLVM_INSTRUMENT=llvmnative` or `llvmcodecov` as well debug information.
5656
However, it does not require the ASan runtime as it doesn't do the symbolizing
5757
in process. Due to the way it maps PCs to symbols, it is less accurate when it
5858
comes to includes and inlines (it assumes all PCs within a function belong to

0 commit comments

Comments
 (0)