diff options
| author | Kuang-che Wu <kcwu@chromium.org> | 2021-10-10 21:03:43 +0800 |
|---|---|---|
| committer | Kuang-che Wu <kcwu@chromium.org> | 2021-10-10 21:03:43 +0800 |
| commit | f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8 (patch) | |
| tree | 2d0bbe30278b50a681519a765aafb4a7eb739051 /instrumentation | |
| parent | 158e881ad46d96d06f70e5c3bdf661ac59981c3c (diff) | |
| download | afl++-f6fbbf8150c8a41b7cd40a2413b1c6f66b24c6c8.tar.gz | |
Fix document paths.
Diffstat (limited to 'instrumentation')
| -rw-r--r-- | instrumentation/README.laf-intel.md | 5 | ||||
| -rw-r--r-- | instrumentation/README.llvm.md | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/instrumentation/README.laf-intel.md b/instrumentation/README.laf-intel.md index 229807e8..789055ed 100644 --- a/instrumentation/README.laf-intel.md +++ b/instrumentation/README.laf-intel.md @@ -3,9 +3,8 @@ ## Introduction This originally is the work of an individual nicknamed laf-intel. -His blog [Circumventing Fuzzing Roadblocks with Compiler Transformations] -(https://lafintel.wordpress.com/) and gitlab repo [laf-llvm-pass] -(https://gitlab.com/laf-intel/laf-llvm-pass/) +His blog [Circumventing Fuzzing Roadblocks with Compiler Transformations](https://lafintel.wordpress.com/) +and gitlab repo [laf-llvm-pass](https://gitlab.com/laf-intel/laf-llvm-pass/) describe some code transformations that help AFL++ to enter conditional blocks, where conditions consist of comparisons of large values. diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index 6e210a7c..5b1e60cc 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -2,7 +2,7 @@ (See [../README.md](../README.md) for the general instruction manual.) - (See [README.gcc_plugin.md](../README.gcc_plugin.md) for the GCC-based instrumentation.) + (See [README.gcc_plugin.md](README.gcc_plugin.md) for the GCC-based instrumentation.) ## 1) Introduction |
