File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2222By 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
5252target process to avoid delays with frequent crashes.
5353
5454Similar 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.
5656However, it does not require the ASan runtime as it doesn't do the symbolizing
5757in process. Due to the way it maps PCs to symbols, it is less accurate when it
5858comes to includes and inlines (it assumes all PCs within a function belong to
You can’t perform that action at this time.
0 commit comments