diff options
author | van Hauser <vh@thc.org> | 2023-08-14 08:17:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-14 08:17:05 +0000 |
commit | fd219177c73220637f32c9991ca4d324bb03ea6a (patch) | |
tree | fb1da8cd6b8c2fbcdfaa775d8dae786368ddeb5c /custom_mutators/examples/README.md | |
parent | 4d8d8633ff39cda2f1d48b66c45e5ae6cd2af477 (diff) | |
parent | ca82b65d6c10482aee9cedbea43a5078011b1ce2 (diff) | |
download | afl++-fd219177c73220637f32c9991ca4d324bb03ea6a.tar.gz |
Merge pull request #1837 from echel0nn/dev
added an example of ELF Header custom mutator
Diffstat (limited to 'custom_mutators/examples/README.md')
-rw-r--r-- | custom_mutators/examples/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom_mutators/examples/README.md b/custom_mutators/examples/README.md index 655f7a5e..112db243 100644 --- a/custom_mutators/examples/README.md +++ b/custom_mutators/examples/README.md @@ -33,3 +33,6 @@ like surgical_havoc_mutate() that allow to perform a randomly chosen mutation from a subset of the havoc mutations. If you do so, you have to specify -I /path/to/AFLplusplus/include when compiling. + +elf_header_mutator.c - example ELF header mutator based on + [LibGolf](https://github.com/xcellerator/libgolf/) |