Skip to content

Commit a5b31f8

Browse files
Add desock to WSIC fuzzing
1 parent 5f716d7 commit a5b31f8

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ afl:
2626
AFL_CC=gcc AFL_CXX=g++ $(MAKE) -C ./sources/AFL
2727

2828
preeny:
29-
cd sources/preeny && git apply ../../patches/afl/preeny.patch &> /dev/null || true
30-
$(MAKE) -C ./sources/preeny
29+
$(MAKE) -C ./sources/preeny/src desock.so
3130

3231
sources/aaron-kalair/server:
3332
$(BUILD_FLAGS) $(MAKE) -C ./sources/aaron-kalair server
3433

3534
sources/wsic/build/wsic:
36-
$(BUILD_FLAGS) $(MAKE) -C ./sources/wsic build
35+
LD_PRELOAD="$(PWD)/sources/preeny/src/desock.so" $(BUILD_FLAGS) $(MAKE) -C ./sources/wsic build
3736

3837
create-afl-patches:
3938
mkdir -p patches/afl

patches/preeny.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)