diff options
author | vanhauser-thc <vh@thc.org> | 2022-04-08 23:28:01 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-04-08 23:28:13 +0200 |
commit | 5d4b0938d5c3ddad18c85c1f2a4c516d46bbf243 (patch) | |
tree | c0457473279ff487c281f0bad563a9266720576f | |
parent | c208dcf9c573e3d85990c7dea777646f7fa4961c (diff) | |
download | afl++-5d4b0938d5c3ddad18c85c1f2a4c516d46bbf243.tar.gz |
link https://github.com/fuzzah/exeptor
-rw-r--r-- | docs/fuzzing_in_depth.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 2bbfa1c1..2c27dfe1 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -333,6 +333,9 @@ is a non-standard way to set this, otherwise set up the build normally and edit the generated build environment afterwards manually to point it to the right compiler (and/or `RANLIB` and `AR`). +In complex, weird, alien build systems you can try this neat project: +[https://github.com/fuzzah/exeptor](https://github.com/fuzzah/exeptor) + #### Linker scripts If the project uses linker scripts to hide the symbols exported by the |