This repository was archived by the owner on Mar 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ to read the fuzzed input and parse it; in some cases, this can offer a 10x+
9797performance gain. You can implement delayed initialization in LLVM mode in a
9898fairly simple way.
9999
100- First, find a suitable location in the code where the delayed cloning can
100+ First, find a suitable location in the code where the delayed cloning can
101101take place. This needs to be done with *extreme* care to avoid breaking the
102102binary. In particular, the program will probably malfunction if you select
103103a location after:
@@ -175,10 +175,8 @@ post-process the assembly or install any compiler plugins. See:
175175
176176 http://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards
177177
178- As of this writing, the feature is only available on SVN trunk, and is yet to
179- make it to an official release of LLVM. Nevertheless, if you have a
180- sufficiently recent compiler and want to give it a try, build afl-clang-fast
181- this way:
178+ If you have a sufficiently recent compiler and want to give it a try, build
179+ afl-clang-fast this way:
182180
183181 AFL_TRACE_PC=1 make clean all
184182
You can’t perform that action at this time.
0 commit comments