Skip to content

Commit

Permalink
update honggfuzz custom mutator. make update is all it takes to stay …
Browse files Browse the repository at this point in the history
…current :)
  • Loading branch information
vanhauser-thc committed Aug 4, 2020
1 parent c8354d7 commit 8ed6207
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 338 deletions.
2 changes: 2 additions & 0 deletions custom_mutators/honggfuzz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ honggfuzz.so: honggfuzz.c input.h mangle.c ../../src/afl-performance.c
$(CC) $(CFLAGS) -I../../include -I. -shared -o honggfuzz.so honggfuzz.c mangle.c ../../src/afl-performance.c

update:
@# seriously? --unlink is a dud option? sigh ...
rm -f mangle.c mangle.h honggfuzz.h
wget --unlink https://github.com/google/honggfuzz/raw/master/mangle.c
wget --unlink https://github.com/google/honggfuzz/raw/master/mangle.h
wget --unlink https://github.com/google/honggfuzz/raw/master/honggfuzz.h
Expand Down
Loading

0 comments on commit 8ed6207

Please sign in to comment.