about summary refs log tree commit diff
path: root/custom_mutators/honggfuzz/README.md
blob: e1cab2816588bfa689d72ed67250521edffd90da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# custum mutator: honggfuzz mangle

this is the honggfuzz mutator in mangle.c as a custom mutator
module for afl++. It is the original mangle.c, mangle.h and honggfuzz.h
with a lot of mocking around it :-)

just type `make` to build

```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/honggfuzz/honggfuzz-mutator.so afl-fuzz ...```

> Original repository: https://github.com/google/honggfuzz
> Source commit: d0fbcb0373c32436b8fb922e6937da93b17291f5