Skip to content

Commit 8ed6207

Browse files
committed
update honggfuzz custom mutator. make update is all it takes to stay current :)
1 parent c8354d7 commit 8ed6207

File tree

4 files changed

+262
-338
lines changed

4 files changed

+262
-338
lines changed

custom_mutators/honggfuzz/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ honggfuzz.so: honggfuzz.c input.h mangle.c ../../src/afl-performance.c
77
$(CC) $(CFLAGS) -I../../include -I. -shared -o honggfuzz.so honggfuzz.c mangle.c ../../src/afl-performance.c
88

99
update:
10+
@# seriously? --unlink is a dud option? sigh ...
11+
rm -f mangle.c mangle.h honggfuzz.h
1012
wget --unlink https://github.com/google/honggfuzz/raw/master/mangle.c
1113
wget --unlink https://github.com/google/honggfuzz/raw/master/mangle.h
1214
wget --unlink https://github.com/google/honggfuzz/raw/master/honggfuzz.h

0 commit comments

Comments
 (0)